Skip to content

Commit

Permalink
silent analyzers -> suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Hague committed Feb 3, 2025
1 parent 28874f7 commit c7bb018
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -616,12 +616,10 @@ dotnet_diagnostic.MA0165.severity = none
#### MSTest rules ####

# MSTEST0015: Test method should not be ignored
dotnet_diagnostic.MSTEST0015.severity = silent
dotnet_diagnostic.MSTEST0015.severity = suggestion

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

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

Expand Down

0 comments on commit c7bb018

Please sign in to comment.