Skip to content

linkorb/conventions-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

Make automatic conventions checking on each commit.

Installaion

1. Add path to grumphp configuration file to your composer.json's extra:

For application project:

    "extra": {
        "grumphp": {
            "config-default-path": "vendor/linkorb/conventions-checker/config/app/grumphp.yml"
        }
    }

For library project:

    "extra": {
        "grumphp": {
            "config-default-path": "vendor/linkorb/conventions-checker/config/lib/grumphp.yml"
        }
    }

2. Add checker to your composer.json:

composer require --dev linkorb/conventions-checker

Usage

Just commit some changes and you see warnings if you don't follow conventions.

TODO

  • Automatic project type definition by composer.json's type ("application" or default "library") and update composer.json's extra
  • Branded ASCII
  • Distribute it as separate linkorb-checker.phar (Maybe?)

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages