Skip to content

Commit

Permalink
Disable IDE0058
Browse files Browse the repository at this point in the history
Disable the IDE0058 style warning as it's creating lots of noise.
  • Loading branch information
martincostello authored Jun 13, 2024
1 parent d93b5dc commit 42af319
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ charset = utf-8-bom
###############################
# .NET Coding Conventions #
###############################

[*.{cs,vb}]

dotnet_diagnostic.IDE0058.severity = silent

# Organize usings
dotnet_sort_system_directives_first = true

Expand Down

0 comments on commit 42af319

Please sign in to comment.