Skip to content

Commit 1d0fcb0

Browse files
chore(internal): turn off overzealous lints
1 parent 124e833 commit 1d0fcb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ insert_final_newline = true
2424
dotnet_diagnostic.IDE0060.severity = none # Caused by resource with no methods and no subresources
2525
dotnet_diagnostic.IDE1006.severity = none # Some names may not match up with C# conventions
2626
dotnet_diagnostic.IDE0290.severity = none # Don't prefer primary constructors
27+
dotnet_diagnostic.IDE0028.severity = none # "Collection initialization can be simplified" is a bit overzealous
28+
dotnet_diagnostic.IDE0090.severity = none # "Simplify 'new' expression" is a bit overzealous
2729

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

0 commit comments

Comments
 (0)