From cdf4ed6f34d80034ffe70d90f4a23493d0d7f0c9 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 15 Sep 2020 16:21:14 -0500 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=8E=A8=20lint=20editorconfigs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/.editorconfig | 3 ++- .../Archival/FilterLists.Archival.Application/.editorconfig | 1 - .../Directory/FilterLists.Directory.Application/.editorconfig | 1 - .../.editorconfig | 1 - .../.editorconfig | 1 - 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/services/.editorconfig b/services/.editorconfig index a8c404a76..b1058a501 100644 --- a/services/.editorconfig +++ b/services/.editorconfig @@ -1,4 +1,5 @@ # To learn more about .editorconfig see https://aka.ms/editorconfigdocs + ############################### # Core EditorConfig Options # ############################### @@ -124,7 +125,7 @@ csharp_preserve_single_line_blocks = true visual_basic_preferred_modifier_order = Partial,Default,Private,Protected,Public,Friend,NotOverridable,Overridable,MustOverride,Overloads,Overrides,MustInherit,NotInheritable,Static,Shared,Shadows,ReadOnly,WriteOnly,Dim,Const,WithEvents,Widening,Narrowing,Custom,Async:suggestion -# Code quality analysis +# FilterLists Services custom pairs [*.cs] dotnet_diagnostic.CA1812.severity = suggestion dotnet_diagnostic.CA2007.severity = none \ No newline at end of file diff --git a/services/Archival/FilterLists.Archival.Application/.editorconfig b/services/Archival/FilterLists.Archival.Application/.editorconfig index ae3e826ae..db21036ca 100644 --- a/services/Archival/FilterLists.Archival.Application/.editorconfig +++ b/services/Archival/FilterLists.Archival.Application/.editorconfig @@ -1,6 +1,5 @@ # To learn more about .editorconfig see https://aka.ms/editorconfigdocs -# Code quality analysis [*.cs] dotnet_diagnostic.CA1034.severity = suggestion dotnet_diagnostic.CA1724.severity = suggestion \ No newline at end of file diff --git a/services/Directory/FilterLists.Directory.Application/.editorconfig b/services/Directory/FilterLists.Directory.Application/.editorconfig index ae3e826ae..db21036ca 100644 --- a/services/Directory/FilterLists.Directory.Application/.editorconfig +++ b/services/Directory/FilterLists.Directory.Application/.editorconfig @@ -1,6 +1,5 @@ # To learn more about .editorconfig see https://aka.ms/editorconfigdocs -# Code quality analysis [*.cs] dotnet_diagnostic.CA1034.severity = suggestion dotnet_diagnostic.CA1724.severity = suggestion \ No newline at end of file diff --git a/services/Directory/FilterLists.Directory.Infrastructure.Migrations.Tests/.editorconfig b/services/Directory/FilterLists.Directory.Infrastructure.Migrations.Tests/.editorconfig index 749db81b0..6e1fa0dd2 100644 --- a/services/Directory/FilterLists.Directory.Infrastructure.Migrations.Tests/.editorconfig +++ b/services/Directory/FilterLists.Directory.Infrastructure.Migrations.Tests/.editorconfig @@ -1,5 +1,4 @@ # To learn more about .editorconfig see https://aka.ms/editorconfigdocs -# Code quality analysis [*.cs] dotnet_diagnostic.CA1707.severity = suggestion \ No newline at end of file diff --git a/services/Directory/FilterLists.Directory.Infrastructure.Migrations/.editorconfig b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/.editorconfig index 2e30c719a..200712ce2 100644 --- a/services/Directory/FilterLists.Directory.Infrastructure.Migrations/.editorconfig +++ b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/.editorconfig @@ -1,5 +1,4 @@ # To learn more about .editorconfig see https://aka.ms/editorconfigdocs -# Code quality analysis [*.cs] dotnet_diagnostic.CS8625.severity = suggestion \ No newline at end of file