From 9ac2428a1d3ae72ada2346c629de1afbaf328b70 Mon Sep 17 00:00:00 2001 From: Francesco D'Amico Date: Tue, 10 Dec 2024 13:03:47 +0000 Subject: [PATCH] Update .editorconfig --- .editorconfig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a532294..367a88a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -134,5 +134,11 @@ dotnet_diagnostic.SA1649.severity = none # CA1062: Validate arguments of public methods dotnet_diagnostic.CA1062.severity = error -# SA0001: XML comment analysis disabled -dotnet_diagnostic.SA0001.severity = silent +# SA0001: XML comment analysis is disabled +dotnet_diagnostic.SA0001.severity = none + +# SA1309: Make sure variables with private access modifier are allowed to start with "_" +dotnet_diagnostic.SA1309.severity = none + +# SA1309: Make sure class members are allowed to call without "this" prefix +dotnet_diagnostic.SA1101.severity = none