Skip to content

Commit

Permalink
Set severity to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed May 30, 2022
1 parent 18ea85e commit 531a497
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ dotnet_diagnostic.CA1840.severity = warning # not default, increased severity to
# CA1041: Provide ObsoleteAttribute message
dotnet_diagnostic.CA1041.severity = warning # not default, increased severity to ensure it is applied

# CA1304: Specify CultureInfo
dotnet_diagnostic.CA1304.severity = warning # not default, increased severity to ensure it is applied

# CA1305: Specify IFormatProvider
dotnet_diagnostic.CA1305.severity = warning # not default, increased severity to ensure it is applied

#### C# Coding Conventions ####

# var preferences
Expand Down

0 comments on commit 531a497

Please sign in to comment.