We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28874f7 commit c7bb018Copy full SHA for c7bb018
.editorconfig
@@ -616,12 +616,10 @@ dotnet_diagnostic.MA0165.severity = none
616
#### MSTest rules ####
617
618
# MSTEST0015: Test method should not be ignored
619
-dotnet_diagnostic.MSTEST0015.severity = silent
+dotnet_diagnostic.MSTEST0015.severity = suggestion
620
621
# 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
+dotnet_diagnostic.MSTEST0032.severity = suggestion
625
626
#### .NET Compiler Platform code quality rules ####
627
0 commit comments