taluu / grumphp-junk-checker
GrumPHP task to check for junk in code
Installs: 9 434
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 3
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