A GrumPHP extension to check you're not adding junks in your commits.
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