Skip to content

GrumPHP extension to check for junk on commits

License

Notifications You must be signed in to change notification settings

Taluu/grumphp-junk-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junk-Checker

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

About

GrumPHP extension to check for junk on commits

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages