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 @@ -16,6 +16,7 @@ error.log
1616/tests /test_app /config /TestsMigrations /schema-dump-test.lock
1717/tests /test_app /Plugin /TestBlog /config /Migrations /*
1818.phpunit.cache
19+ .phpcs.cache
1920.ddev
2021
2122# IDE and editor specific files #
Original file line number Diff line number Diff line change 6868 " @stan" ,
6969 " @test"
7070 ],
71- "cs-check" : " phpcs --parallel=16 -p " ,
72- "cs-fix" : " phpcbf --parallel=16 -p " ,
71+ "cs-check" : " phpcs" ,
72+ "cs-fix" : " phpcbf" ,
7373 "phpstan" : " tools/phpstan analyse" ,
7474 "stan" : " @phpstan" ,
7575 "stan-baseline" : " tools/phpstan --generate-baseline" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" CakePHP Core" >
3- <arg value =" ns" />
3+ <arg value =" nps" />
4+ <arg name =" colors" />
5+ <arg name =" parallel" value =" 4" />
6+ <arg name =" cache" value =" .phpcs.cache" />
47
58 <file >src/</file >
69 <file >tests/</file >
You can’t perform that action at this time.
0 commit comments