Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T11:49:42.000Z (about 4 years ago)
- Last Synced: 2024-04-18T08:08:59.625Z (7 months ago)
- Topics: checker, grumphp, junkcode, php, pre-commit
- Language: PHP
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- 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
```