Skip to content

Commit

Permalink
fix: don't error because dependency is not using file-scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 4, 2024
1 parent b5b6a27 commit 4d11595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ csharp_style_var_elsewhere = true:suggestion
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:warning
csharp_using_directive_placement = outside_namespace:error
dotnet_diagnostic.ide0161.severity = error
dotnet_diagnostic.ide0161.severity = warning
dotnet_diagnostic.bc40000.severity = warning
dotnet_diagnostic.bc400005.severity = warning
dotnet_diagnostic.bc40008.severity = warning
Expand Down

0 comments on commit 4d11595

Please sign in to comment.