Skip to content

Commit

Permalink
Turn off CA1014
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Dec 11, 2023
1 parent f25646f commit 9ca8812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ dotnet_naming_style.begins_with_i.capitalization = pascal_case

dotnet_diagnostic.CA1000.severity = none # Do not declare static members on generic types
dotnet_diagnostic.CA1002.severity = none # Do not expose generic lists
dotnet_diagnostic.CA1014.severity = none # Mark assemblies with CLSCompliantAttribute
dotnet_diagnostic.CA1034.severity = none # Do not nest types
dotnet_diagnostic.CA1707.severity = none # Remove the underscores from type name
dotnet_diagnostic.CA1720.severity = none # Identifier contains type name
Expand Down

0 comments on commit 9ca8812

Please sign in to comment.