taluu / grumphp-junk-checker
GrumPHP task to check for junk in code
v0.2.7
2020-10-26 11:48 UTC
Requires
- php: >= 7.3, < 8.0
- ext-tokenizer: *
- phpro/grumphp: ^1.0
Requires (Dev)
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.4
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