From cc52a7af2a97ab30104311311c7b2ff6c0615702 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Thu, 21 Dec 2023 12:43:39 +0100 Subject: [PATCH] Simplify config: remove Generic.CodeAnalysis.UnusedFunctionParameter too many special cases. also, we should like to minimize number of warnings and use errors only --- IxDFCodingStandard/ruleset.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/IxDFCodingStandard/ruleset.xml b/IxDFCodingStandard/ruleset.xml index 5a39eee..14d16e8 100644 --- a/IxDFCodingStandard/ruleset.xml +++ b/IxDFCodingStandard/ruleset.xml @@ -70,22 +70,6 @@ - - - - - - - - - - - - - - - -