From 7260b567621dda07f6503db0aed76c20131b9033 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 18 Sep 2023 11:36:35 +0200 Subject: [PATCH] YoastCS rules: remove exclusion for empty lines The `Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines` error code flags consecutive blank lines within function declarations. This rule was previously silenced in YoastCS, but will now be enabled. Impact on Yoast packages: | Plugin/Tool | Errors/Warnings | |-------------------|-----------------| | PHPUnit Polyfills | -- | WP Test Utils | -- | YoastCS | -- | WHIP | -- | Yoast Test Helper | 1 | Duplicate Post | 1 | Yst ACF | 2 | Yst WooCommerce | -- | Yst News | 1 | Yst Local | 9 | Yst Video | 23 | Yst Premium | 20 | Yst Free | 11 --- Yoast/ruleset.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Yoast/ruleset.xml b/Yoast/ruleset.xml index ed2c55e..1b1f9f9 100644 --- a/Yoast/ruleset.xml +++ b/Yoast/ruleset.xml @@ -44,8 +44,6 @@ - -