taluu/grumphp-junk-checker

GrumPHP task to check for junk in code

v0.2.7 2020-10-26 11:48 UTC

This package is auto-updated.

Last update: 2024-03-26 19:42:48 UTC


README

A GrumPHP extension to check you're not adding junks in your commits.

Configuration

You just have to add in your grumphp config file the following:

grumphp:
    tasks:
        junk_checker:
            junks: [var_dump, dump]
            triggered_by:  [php]

    extensions:
        - GrumPHPJunkChecker\ExtensionLoader