https://github.com/taluu/grumphp-junk-checker
GrumPHP extension to check for junk on commits
https://github.com/taluu/grumphp-junk-checker
checker grumphp junkcode php pre-commit
Last synced: 6 months ago
JSON representation
GrumPHP extension to check for junk on commits
- Host: GitHub
- URL: https://github.com/taluu/grumphp-junk-checker
- Owner: Taluu
- License: mit
- Created: 2018-06-01T14:09:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T11:49:42.000Z (over 5 years ago)
- Last Synced: 2025-07-18T01:57:47.793Z (9 months ago)
- Topics: checker, grumphp, junkcode, php, pre-commit
- Language: PHP
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Junk-Checker
============
A [GrumPHP](https://github.com/phpro/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:
```yaml
grumphp:
tasks:
junk_checker:
junks: [var_dump, dump]
triggered_by: [php]
extensions:
- GrumPHPJunkChecker\ExtensionLoader
```