Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```