Skip to content

Commit be53db0

Browse files
committed
Ignore line length checks
1 parent fb82157 commit be53db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
],
6464
"unit-tests": "phpunit",
6565
"cs" : [
66-
"phpcs src --standard=PSR12 --encoding=UTF-8",
67-
"phpcs test --standard=PSR12 --encoding=UTF-8"
66+
"phpcs src --standard=PSR12 --encoding=UTF-8 --exclude=Generic.Files.LineLength",
67+
"phpcs test --standard=PSR12 --encoding=UTF-8 --exclude=Generic.Files.LineLength"
6868
],
6969
"cs-fix" : [
7070
"phpcbf src --standard=PSR12 --encoding=UTF-8",

0 commit comments

Comments
 (0)