From ed3b8520a3671032737ae4a427bd42b5454b8751 Mon Sep 17 00:00:00 2001 From: Konstantin Kolomoets Date: Wed, 15 Feb 2023 12:42:52 +0400 Subject: [PATCH] Disabled `WordPress.WhiteSpace.PrecisionAlignment.Found` from checks This warning is constantly being thrown on the HTML code where attributes in tags are being moved on the new line: Example: ... ^ | This will trigger error, since there are 3 spaces and not standard 4. --- .phpcs.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.phpcs.xml b/.phpcs.xml index cf7cfb88..912ffff4 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -33,6 +33,7 @@ + /src/view/