File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 run : vendor/bin/phpunit
3535
3636 - name : Check PSR-12 Codestyle
37- run : vendor/bin/phpcs --standard=psr12 src/
37+ run : vendor/bin/phpcs --standard=psr12 --exclude=Generic.Files.LineLength src/
3838 if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 3232 },
3333 "scripts" : {
3434 "test" : " phpunit" ,
35- "check-style" : " phpcs -p --standard=PSR12 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src" ,
36- "fix-style" : " phpcbf -p --standard=PSR12 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src"
35+ "check-style" : " phpcs -p --standard=PSR12 --exclude=Generic.Files.LineLength -- runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src" ,
36+ "fix-style" : " phpcbf -p --standard=PSR12 --exclude=Generic.Files.LineLength -- runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src"
3737 },
3838 "extra" : {
3939 "branch-alias" : {
You can’t perform that action at this time.
0 commit comments