dougisadog / CsPCHookSugar

Git pre-commit hook which checking your changes by PHP_CodeSniffer. Adjusted for SugarCRM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git pre-commit hook which checking your changes by PHP_CodeSniffer. Adjusted for SugarCRM.

Usage:

1. create directory
2. fetch code:
git clone https://github.com/d-pluschaev/CsPCHookSugar.git ./

(Linux)
3. ./install.sh <your_target_project_directory>

(Other)
3. Copy file "pre-commit" and directory "cs" to <your_target_project_directory>/.git/hooks

4. have fun

About

Git pre-commit hook which checking your changes by PHP_CodeSniffer. Adjusted for SugarCRM.


Languages

Language:PHP 100.0%Language:Shell 0.0%