Skip to content

Commit

Permalink
Properly disable CA1515 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ authored Oct 24, 2024
1 parent 947557d commit 2fd90a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
# Wrapping preferences
csharp_preserve_single_line_statements = true
csharp_preserve_single_line_blocks = true

# Ignored rules
dotnet_diagnostic.CA1515.severity = none #CA1515: Consider making public types internal

###############################
# VB Coding Conventions #
###############################
Expand All @@ -124,6 +128,3 @@ visual_basic_preferred_modifier_order = Partial,Default,Private,Protected,Public

[**/Microsoft.SqlTools.ManagedBatchParser/**.cs]
generated_code = true

# Ignored rules
dotnet_diagnostic.CA1515.severity = none #CA1515: Consider making public types internal

0 comments on commit 2fd90a5

Please sign in to comment.