File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ nbproject/*
1313.DS_Store
1414.cache
1515.phpunit.cache
16+ .phpcs.cache
1617.project
1718.settings
1819.svn
Original file line number Diff line number Diff line change 6060 }
6161 },
6262 "scripts" : {
63- "cs-check" : " phpcs --colors --parallel=16 -p src/ tests/ " ,
64- "cs-fix" : " phpcbf --colors --parallel=16 -p src/ tests/ " ,
63+ "cs-check" : " phpcs" ,
64+ "cs-fix" : " phpcbf" ,
6565 "phpstan" : " tools/phpstan analyse" ,
6666 "stan" : " @phpstan" ,
6767 "stan-baseline" : " tools/phpstan --generate-baseline" ,
Original file line number Diff line number Diff line change 55
66 <rule ref =" CakePHP" />
77
8- <arg value =" s" />
8+ <arg value =" nps" />
9+ <arg name =" colors" />
10+ <arg name =" parallel" value =" 4" />
11+ <arg name =" cache" value =" .phpcs.cache" />
912</ruleset >
You can’t perform that action at this time.
0 commit comments