Updated on 2026-08-14
This commit is contained in:
parent
069605e151
commit
36516c900f
234 changed files with 902 additions and 1618 deletions
|
|
@ -66,7 +66,7 @@ comments:
|
|||
|
||||
complexity:
|
||||
active: true
|
||||
ComplexMethod:
|
||||
CyclomaticComplexMethod:
|
||||
active: true
|
||||
ComplexCondition:
|
||||
active: true
|
||||
|
|
@ -550,7 +550,7 @@ style:
|
|||
NestedClassesVisibility:
|
||||
active: true
|
||||
NewLineAtEndOfFile:
|
||||
active: false # This rules overlaps with style>NewLineAtEndOfFile from the standard rules
|
||||
active: false # Same as FinalNewline
|
||||
NoTabs:
|
||||
active: true
|
||||
NullableBooleanCheck:
|
||||
|
|
@ -690,8 +690,8 @@ formatting:
|
|||
Filename:
|
||||
active: true # This rules overlaps with naming>MatchingDeclarationName from the standard rules
|
||||
mustBeFirst: true
|
||||
FinalNewline:
|
||||
active: false
|
||||
FinalNewline: # This rules overlaps with style>NewLineAtEndOfFile from the standard rules
|
||||
active: true
|
||||
insertFinalNewLine: true
|
||||
FunKeywordSpacing:
|
||||
active: true
|
||||
|
|
@ -797,10 +797,10 @@ formatting:
|
|||
active: true
|
||||
TrailingCommaOnCallSite:
|
||||
active: true
|
||||
useTrailingCommaOnCallSite: false
|
||||
useTrailingCommaOnCallSite: true
|
||||
TrailingCommaOnDeclarationSite:
|
||||
active: true
|
||||
useTrailingCommaOnCallSite: false
|
||||
useTrailingCommaOnDeclarationSite: true
|
||||
TypeArgumentListSpacing:
|
||||
active: true
|
||||
TypeParameterListSpacing:
|
||||
|
|
@ -808,7 +808,7 @@ formatting:
|
|||
UnnecessaryParenthesesBeforeTrailingLambda:
|
||||
active: true
|
||||
Wrapping:
|
||||
active: false
|
||||
active: true
|
||||
indentSize: 4
|
||||
|
||||
compose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue