Skip to content

Commit

Permalink
Remove unused test rules
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny committed Nov 21, 2024
1 parent 88c056f commit 8a1756e
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions tests/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@
# Description: Ignores rules that are not useful in test code because we want to test these edge cases

[*.cs]
dotnet_diagnostic.CA1001.severity = none
dotnet_diagnostic.CA1014.severity = none
dotnet_diagnostic.CA1801.severity = none
dotnet_diagnostic.CA1804.severity = none
dotnet_diagnostic.CA2000.severity = none
dotnet_diagnostic.CA2007.severity = none
dotnet_diagnostic.CS1591.severity = none
dotnet_diagnostic.CS8604.severity = none
dotnet_diagnostic.CS8618.severity = none
dotnet_diagnostic.CS8620.severity = none
dotnet_diagnostic.CS8625.severity = none
dotnet_diagnostic.CS8629.severity = none
dotnet_diagnostic.SA0001.severity = none
dotnet_diagnostic.IDE0051.severity = none
dotnet_diagnostic.IDE0060.severity = none
dotnet_diagnostic.IDE0130.severity = none
dotnet_diagnostic.CA1001.severity = none
dotnet_diagnostic.CA2000.severity = none
dotnet_diagnostic.CS1591.severity = none
dotnet_diagnostic.CS8604.severity = none
dotnet_diagnostic.CS8618.severity = none
dotnet_diagnostic.CS8620.severity = none
dotnet_diagnostic.CS8625.severity = none
dotnet_diagnostic.CS8629.severity = none

0 comments on commit 8a1756e

Please sign in to comment.