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 34
34
run : vendor/bin/phpunit
35
35
36
36
- 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/
38
38
if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 32
32
},
33
33
"scripts" : {
34
34
"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"
37
37
},
38
38
"extra" : {
39
39
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments