From eafb84d531f54ecd78095eee932c8bd9e73fcf03 Mon Sep 17 00:00:00 2001 From: Giuseppe Lippolis Date: Sat, 5 Nov 2022 11:12:06 +0100 Subject: [PATCH] feat: Enable Rule CA1304 --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9ae52b8bbd..2a15dff59c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -137,6 +137,8 @@ space_within_single_line_array_initializer_braces = true #Net Analyzer dotnet_analyzer_diagnostic.category-Performance.severity = none #error - Uncomment when all violations are fixed. +# CA1304: Specify CultureInfo +dotnet_diagnostic.CA1304.severity = warning # CA1802: Use literals where appropriate dotnet_diagnostic.CA1802.severity = warning # CA1820: Test for empty strings using string length