Skip to content

Commit 0c93124

Browse files
Randall FlaggRandall Flagg
authored andcommitted
Merge branch 'Development' into clean_warnings
2 parents 354d24c + 6635de0 commit 0c93124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ dotnet_diagnostic.IDE0053.severity = suggestion
415415
dotnet_diagnostic.IDE0054.severity = warning
416416

417417
# IDE0055: Fix formatting
418-
dotnet_diagnostic.IDE0055.severity = warning
418+
dotnet_diagnostic.IDE0055.severity = none
419419

420420
# IDE0056: Use index operator
421421
dotnet_diagnostic.IDE0056.severity = warning
@@ -571,7 +571,7 @@ dotnet_code_quality.CA1001.excluded_type_names_with_derived_types =
571571

572572
# CA1002: Do not expose generic lists
573573
dotnet_diagnostic.CA1002.severity = suggestion
574-
dotnet_code_quality.CA1002.api_surface = all
574+
dotnet_code_quality.CA1002.api_surface = public, internal
575575

576576
# CA1003: Use generic event handler instances
577577
dotnet_diagnostic.CA1003.severity = warning

0 commit comments

Comments
 (0)