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:
authorShreyas Jejurkar <shreyasjejurkar123@live.com>2022-01-02 17:39:22 +0300
committerGitHub <noreply@github.com>2022-01-02 17:39:22 +0300
commitc85baf8db0c72ae8e68643029d514b2e737c9fae (patch)
tree9af112445ff04b83fcd9b0bc2c703901cc31697c /.editorconfig
parent2a2f285430d53a4b5628b7fa1c9d5843f1030ff1 (diff)
chore : Remove unwanted `using` statement (#39176)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 7959327467..2d3c2cb026 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -73,6 +73,11 @@ end_of_line = lf
charset = utf-8-bom
[*.{cs,vb}]
+
+# CS8019: Remove unnecessary usings
+# dotnet_diagnostic.CS8019.severity = warning
+# dotnet_diagnostic.IDE0005.severity = warning
+
# CA1018: Mark attributes with AttributeUsageAttribute
dotnet_diagnostic.CA1018.severity = warning
@@ -266,4 +271,4 @@ dotnet_diagnostic.CA2016.severity = suggestion
# IDE0055: Fix formatting
dotnet_diagnostic.IDE0055.severity = silent
# IDE0161: Convert to file-scoped namespace
-dotnet_diagnostic.IDE0161.severity = silent \ No newline at end of file
+dotnet_diagnostic.IDE0161.severity = silent