From 2879e297f92cc0d96803c90c4b7d5eb806218734 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 10 Mar 2025 10:24:33 +0100 Subject: [PATCH] 4.0 | Wiki/Customisable Properties: update for removed properties --- wiki/Customisable-Sniff-Properties.md | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/wiki/Customisable-Sniff-Properties.md b/wiki/Customisable-Sniff-Properties.md index 2a77d3a..5a75004 100644 --- a/wiki/Customisable-Sniff-Properties.md +++ b/wiki/Customisable-Sniff-Properties.md @@ -248,13 +248,13 @@ The difference in alignment between two adjacent assignments is occasionally qui If the `error` property is set to `true`, an error will be thrown for violations instead of a warning. -```xml - - - - - -``` +> [!WARNING] +> The `error` property should no longer be used. Set `` instead. +> ```xml +> +> error +> +> ```

back to top

@@ -542,13 +542,13 @@ This sniff checks that two strings using the same quoting style are not concaten If the `error` property is set to `false`, a warning will be thrown for violations instead of an error. -```xml - - - - - -``` +> [!WARNING] +> The `error` property should no longer be used. Set `` instead. +> ```xml +> +> warning +> +> ```

back to top