We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c764a commit d7442c2Copy full SHA for d7442c2
.editorconfig
@@ -404,6 +404,9 @@ dotnet_diagnostic.CA1872.severity = warning
404
# IDE0330: Use 'System.Threading.Lock'
405
dotnet_diagnostic.IDE0330.severity = warning
406
407
+# IDE0370: Remove unnecessary suppression
408
+dotnet_diagnostic.IDE0370.severity = warning
409
+
410
[*.{cs,vb}]
411
dotnet_style_coalesce_expression = true:suggestion
412
dotnet_style_null_propagation = true:suggestion
0 commit comments