We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41d56a6 + 6a05a1c commit 6635de0Copy full SHA for 6635de0
1 file changed
src/.editorconfig
@@ -415,7 +415,7 @@ dotnet_diagnostic.IDE0053.severity = suggestion
415
dotnet_diagnostic.IDE0054.severity = warning
416
417
# IDE0055: Fix formatting
418
-dotnet_diagnostic.IDE0055.severity = warning
+dotnet_diagnostic.IDE0055.severity = none
419
420
# IDE0056: Use index operator
421
dotnet_diagnostic.IDE0056.severity = warning
@@ -571,7 +571,7 @@ dotnet_code_quality.CA1001.excluded_type_names_with_derived_types =
571
572
# CA1002: Do not expose generic lists
573
dotnet_diagnostic.CA1002.severity = suggestion
574
-dotnet_code_quality.CA1002.api_surface = all
+dotnet_code_quality.CA1002.api_surface = public, internal
575
576
# CA1003: Use generic event handler instances
577
dotnet_diagnostic.CA1003.severity = warning
0 commit comments