Skip to content

Commit

Permalink
add strict rule
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 7, 2024
1 parent 3dad71d commit bbeac62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ dotnet_diagnostic.IDE0051.severity = silent # Private member is unused
# Consider applying the 'await' operator to the result of the call.
dotnet_diagnostic.CS4014.severity = error


# IDE0077: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0077
dotnet_diagnostic.IDE0077.severity = error

0 comments on commit bbeac62

Please sign in to comment.