Skip to content

Commit c7bb018

Browse files
committed
silent analyzers -> suggestion
1 parent 28874f7 commit c7bb018

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.editorconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,12 +616,10 @@ dotnet_diagnostic.MA0165.severity = none
616616
#### MSTest rules ####
617617

618618
# MSTEST0015: Test method should not be ignored
619-
dotnet_diagnostic.MSTEST0015.severity = silent
619+
dotnet_diagnostic.MSTEST0015.severity = suggestion
620620

621621
# MSTEST0032: Assertion condition is always true
622-
#
623-
# Helpful in some places, not so much in others (too many to suppress)
624-
dotnet_diagnostic.MSTEST0032.severity = silent
622+
dotnet_diagnostic.MSTEST0032.severity = suggestion
625623

626624
#### .NET Compiler Platform code quality rules ####
627625

0 commit comments

Comments
 (0)