Ignore line length warning.

This commit is contained in:
Jens True 2023-08-03 14:19:17 +00:00
parent 3d26c639ae
commit 3e42b48003

@ -30,6 +30,6 @@
"@analyze-phpcs" "@analyze-phpcs"
], ],
"analyze-phpstan":"vendor/bin/phpstan analyze --level=8 --error-format=raw src/", "analyze-phpstan":"vendor/bin/phpstan analyze --level=8 --error-format=raw src/",
"analyze-phpcs": "vendor/bin/phpcs src --report=emacs --standard=PSR12" "analyze-phpcs": "vendor/bin/phpcs --report=emacs --standard=PSR12 --exclude=Generic.Files.LineLength src"
} }
} }