Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions-dependen…
Browse files Browse the repository at this point in the history
…cies-3c6df3541a
  • Loading branch information
AjayKMehta authored Jul 12, 2024
2 parents 9ad1c8e + d91ae63 commit c4f895d
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 @@ -752,6 +752,9 @@ dotnet_diagnostic.CA1501.severity = suggestion
## Naming rules
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/naming-warnings

# CA1711: Identifiers should not have incorrect suffix
dotnet_code_quality.ca1711.allowed_suffixes = Ex|Flag|Flags|Impl

# CA1712: Do not prefix enum values with type name
dotnet_code_quality.CA1712.severity = warning

Expand Down

0 comments on commit c4f895d

Please sign in to comment.