refactor: 🎨 lint editorconfigs

This commit is contained in:
Collin M. Barrett 2020-09-15 16:21:14 -05:00
parent 697d13ecf2
commit cdf4ed6f34
5 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,4 @@
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
# Code quality analysis
[*.cs]
dotnet_diagnostic.CA1707.severity = suggestion

View file

@ -1,5 +1,4 @@
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
# Code quality analysis
[*.cs]
dotnet_diagnostic.CS8625.severity = suggestion