Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Remove CA1508, which has too many false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 22, 2021
1 parent 2eb1688 commit df52bbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ csharp_prefer_braces = true:silent
# SA1130: Use lambda syntax
dotnet_diagnostic.SA1130.severity = silent

# CA1508: Avoid dead conditional code
dotnet_diagnostic.CA1508.severity = warning

# IDE1006: Naming Styles - StyleCop handles these for us
dotnet_diagnostic.IDE1006.severity = none

Expand Down

0 comments on commit df52bbc

Please sign in to comment.