Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 411 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 411 Bytes

Junk-Checker

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