Skip to content

Commit

Permalink
Merge pull request #288 from php-school/05-07-ignore_line_length_checks
Browse files Browse the repository at this point in the history
Ignore line length checks
  • Loading branch information
AydinHassan authored May 17, 2024
2 parents fb82157 + be53db0 commit 807b3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
],
"unit-tests": "phpunit",
"cs" : [
"phpcs src --standard=PSR12 --encoding=UTF-8",
"phpcs test --standard=PSR12 --encoding=UTF-8"
"phpcs src --standard=PSR12 --encoding=UTF-8 --exclude=Generic.Files.LineLength",
"phpcs test --standard=PSR12 --encoding=UTF-8 --exclude=Generic.Files.LineLength"
],
"cs-fix" : [
"phpcbf src --standard=PSR12 --encoding=UTF-8",
Expand Down

0 comments on commit 807b3a6

Please sign in to comment.