mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor: 🎨 lint editorconfigs
This commit is contained in:
parent
697d13ecf2
commit
cdf4ed6f34
5 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
|
||||
|
||||
# Code quality analysis
|
||||
[*.cs]
|
||||
dotnet_diagnostic.CA1707.severity = suggestion
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
|
||||
|
||||
# Code quality analysis
|
||||
[*.cs]
|
||||
dotnet_diagnostic.CS8625.severity = suggestion
|
||||
Loading…
Reference in a new issue