From 45699594c5779398de87493ba6e8b4c871eede31 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Sun, 29 Oct 2023 17:19:34 +0000 Subject: [PATCH] Show warnings in internal coding standard --- phpcs.xml.dist | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 17e2000ade..f5f05f9144 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -15,12 +15,7 @@ - - - - - error - + @@ -32,6 +27,7 @@ + @@ -76,13 +72,6 @@ - - - - - - - @@ -111,11 +100,10 @@ - + - @@ -132,20 +120,8 @@ - - - error - - - - - error - - - - error - + @@ -157,4 +133,14 @@ tests/Core/Tokenizer/StableCommentWhitespaceWinTest\.php + + + src/Standards/Generic/Sniffs/Commenting/TodoSniff\.php + src/Standards/Generic/Tests/Commenting/TodoUnitTest\.php + + + + + src/Util/Tokens\.php +