Skip to content

Commit

Permalink
chore: suppress CA1002 and CA1034 in test .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
perkops committed Aug 20, 2024
1 parent 7b7ccde commit a6206b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ dotnet_diagnostic.SA1133.severity = none # https://github.com/atc-net
# Custom - Code Analyzers Rules
##########################################

dotnet_diagnostic.CA1002.severity = none #
dotnet_diagnostic.CA1034.severity = none #
dotnet_diagnostic.CA1062.severity = none #

0 comments on commit a6206b2

Please sign in to comment.