We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124e833 commit 1d0fcb0Copy full SHA for 1d0fcb0
.editorconfig
@@ -24,6 +24,8 @@ insert_final_newline = true
24
dotnet_diagnostic.IDE0060.severity = none # Caused by resource with no methods and no subresources
25
dotnet_diagnostic.IDE1006.severity = none # Some names may not match up with C# conventions
26
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
29
30
# For .NET Standard 2.0 support
31
dotnet_diagnostic.IDE0057.severity = none # Caused by use of `.Substring(...)`
0 commit comments