Skip to content

Commit d7442c2

Browse files
committed
adding suppression
1 parent 38c764a commit d7442c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ dotnet_diagnostic.CA1872.severity = warning
404404
# IDE0330: Use 'System.Threading.Lock'
405405
dotnet_diagnostic.IDE0330.severity = warning
406406

407+
# IDE0370: Remove unnecessary suppression
408+
dotnet_diagnostic.IDE0370.severity = warning
409+
407410
[*.{cs,vb}]
408411
dotnet_style_coalesce_expression = true:suggestion
409412
dotnet_style_null_propagation = true:suggestion

0 commit comments

Comments
 (0)