Skip to content

Commit 807b3a6

Browse files
authored
Merge pull request #288 from php-school/05-07-ignore_line_length_checks
Ignore line length checks
2 parents fb82157 + be53db0 commit 807b3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
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)