Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav K <prkrishn@hotmail.com>2021-08-28 16:50:54 +0300
committerGitHub <noreply@github.com>2021-08-28 16:50:54 +0300
commite3230e53729098b8b4e73d19d7b3624542d1339f (patch)
tree71252030570d4aca8856fc67c715601bed061e4d /.editorconfig
parentd7acbfb3c4d14f38eaaa213410e3c71752bdad9f (diff)
Re-enable CA1305 (#35867)
* Re-enable CA1305 Fixes https://github.com/dotnet/aspnetcore/issues/34361
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index d7ec0b83de..313cc038e4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -77,7 +77,7 @@ dotnet_diagnostic.CA1018.severity = warning
dotnet_diagnostic.CA1047.severity = warning
# CA1305: Specify IFormatProvider
-dotnet_diagnostic.CA1305.severity = suggestion
+dotnet_diagnostic.CA1305.severity = warning
# CA1507: Use nameof to express symbol names
dotnet_diagnostic.CA1507.severity = warning