Skip to content

Commit 0b2adf7

Browse files
committed
Disable BL0007 warning
1 parent 7fe0674 commit 0b2adf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,7 @@ dotnet_naming_style.begins_with_i.required_prefix = I
203203
dotnet_naming_style.begins_with_i.required_suffix =
204204
dotnet_naming_style.begins_with_i.word_separator =
205205
dotnet_naming_style.begins_with_i.capitalization = pascal_case
206+
207+
# Diagnostics
208+
209+
dotnet_diagnostic.BL0007.severity = silent

0 commit comments

Comments
 (0)