Repository URL to install this package:
|
Version:
2.0.0 ▾
|
| docker |
| scripts |
| src |
| .gitignore |
| .travis.yml |
| README.md |
| composer.json |
| docker-compose.yml |
| docker-project.json |
| easy-coding-standard.neon |
| ecs.php |
| phpcs.example.xml |
Crazy Factory default code styles to be used with Squizlabs' codesniffer and PHPCSFixer.
easy-coding-standard.neon in the root path of project with at least below contents:includes: - vendor/crazyfactory/sniffs/easy-coding-standard.neon
composer require-dev crazyfactory/sniffs43 Add a linting command to composer.json
"scripts": {
"lint": "ecs check src cron tests --clear-cache",
"lint:fix": "ecs check src cron tests --clear-cache --fix"
}