From 3e42b48003a3cec4c60f3b0b0576b435e0843ad2 Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 3 Aug 2023 14:19:17 +0000 Subject: [PATCH] Ignore line length warning. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe4623e..7f832fc 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,6 @@ "@analyze-phpcs" ], "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" } }