Skip to content

Commit

Permalink
editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Sep 15, 2024
1 parent cf1e22a commit 1e87e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dotnet_naming_rule.constants_should_be_pascal_case.style = constant_style
# Apply our rule to constants.
dotnet_naming_style.constant_style.capitalization = pascal_case

# Disable CA1014
dotnet_diagnostic.CA1014.severity = none

[*.{received,verified}.*]
generated_code = true

Expand Down

0 comments on commit 1e87e4b

Please sign in to comment.