Skip to content

Commit 40772fc

Browse files
chore(internal): suppress a diagnostic
1 parent d3ac700 commit 40772fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dotnet_diagnostic.IDE1006.severity = none # Some names may not match up with C#
2626
dotnet_diagnostic.IDE0290.severity = none # Don't prefer primary constructors
2727
dotnet_diagnostic.IDE0028.severity = none # "Collection initialization can be simplified" is a bit overzealous
2828
dotnet_diagnostic.IDE0090.severity = none # "Simplify 'new' expression" is a bit overzealous
29+
dotnet_diagnostic.IDE0059.severity = none # Sometimes we create "unnecessary" variables for clarity
2930

3031
# For .NET Standard 2.0 support
3132
dotnet_diagnostic.IDE0057.severity = none # Caused by use of `.Substring(...)`

0 commit comments

Comments
 (0)