Skip to content

Commit c943f7c

Browse files
authored
Update severity of IDE0100 to suggestion from warning (#20)
* Update severity of IDE0100 to suggestion from warning
1 parent 4d45ba6 commit c943f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ dotnet_diagnostic.IDE0090.severity = silent
368368
# IDE0100: Remove redundant equality
369369
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100
370370
# Enabled: True, Severity: silent
371-
dotnet_diagnostic.IDE0100.severity = warning
371+
dotnet_diagnostic.IDE0100.severity = suggestion
372372

373373
# IDE0110: Remove unnecessary discard
374374
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0110

0 commit comments

Comments
 (0)