Skip to content

Commit

Permalink
Fix incorrect severity level for RS0041 (warn -> warning).
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 7, 2024
1 parent 26046c7 commit ef2a207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dotnet_diagnostic.RS0016.severity = error
dotnet_diagnostic.RS0017.severity = error

# we should care more about this one day
dotnet_diagnostic.RS0041.severity = warn
dotnet_diagnostic.RS0041.severity = warning

# public api warnings silk.net doesn't care about
dotnet_diagnostic.RS0026.severity = none # Don't add multiple public overloads with optional parameters
Expand Down

0 comments on commit ef2a207

Please sign in to comment.