Moved IDE0005 warning configuration. (#1329)

This commit is contained in:
Jean-Sebastien Carle
2024-02-20 15:25:42 -05:00
committed by GitHub
parent b47b35c19b
commit f8b3ef30fc
3 changed files with 8 additions and 4 deletions
-4
View File
@@ -159,7 +159,3 @@ dotnet_diagnostic.IDE0048.severity = none
# IDE0305: Collection initialization can be simplified
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0305
dotnet_diagnostic.IDE0305.severity = none
# IDE0005: Remove unnecessary using directives
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
dotnet_diagnostic.IDE0005.severity = suggestion
@@ -4,3 +4,7 @@ generated_code = true
# Do not reported any diagnostics for "imported" code
dotnet_analyzer_diagnostic.severity = none
# IDE0005: Remove unnecessary using directives
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
dotnet_diagnostic.IDE0005.severity = none
@@ -4,3 +4,7 @@ generated_code = true
# Do not reported any diagnostics for "imported" code
dotnet_analyzer_diagnostic.severity = none
# IDE0005: Remove unnecessary using directives
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
dotnet_diagnostic.IDE0005.severity = none