Skip to content

Commit

Permalink
Disable BL0007 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Oct 7, 2022
1 parent 7fe0674 commit 0b2adf7
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 @@ -203,3 +203,7 @@ dotnet_naming_style.begins_with_i.required_prefix = I
dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.capitalization = pascal_case

# Diagnostics

dotnet_diagnostic.BL0007.severity = silent

0 comments on commit 0b2adf7

Please sign in to comment.