Ignore more rules
This commit is contained in:
parent
824f029e20
commit
c5f9546605
@ -5,16 +5,67 @@ style:
|
|||||||
# Default is 120
|
# Default is 120
|
||||||
maxLineLength: 160
|
maxLineLength: 160
|
||||||
MagicNumber:
|
MagicNumber:
|
||||||
# Default is true
|
|
||||||
active: false
|
active: false
|
||||||
ReturnCount:
|
ReturnCount:
|
||||||
# Default is true
|
|
||||||
active: false
|
active: false
|
||||||
UnnecessaryAbstractClass:
|
UnnecessaryAbstractClass:
|
||||||
# Default is true. False positive for Epoxy
|
active: false
|
||||||
|
FunctionOnlyReturningConstant:
|
||||||
|
active: false
|
||||||
|
UnusedPrivateMember:
|
||||||
|
# TODO Enable it
|
||||||
|
active: false
|
||||||
|
ThrowsCount:
|
||||||
|
active: false
|
||||||
|
LoopWithTooManyJumpStatements:
|
||||||
|
active: false
|
||||||
|
|
||||||
|
empty-blocks:
|
||||||
|
EmptyFunctionBlock:
|
||||||
|
active: false
|
||||||
|
EmptySecondaryConstructor:
|
||||||
|
active: false
|
||||||
|
|
||||||
|
potential-bugs:
|
||||||
|
ImplicitDefaultLocale:
|
||||||
active: false
|
active: false
|
||||||
|
|
||||||
exceptions:
|
exceptions:
|
||||||
TooGenericExceptionCaught:
|
TooGenericExceptionCaught:
|
||||||
# Default is true
|
active: false
|
||||||
|
SwallowedException:
|
||||||
|
active: false
|
||||||
|
ThrowingExceptionsWithoutMessageOrCause:
|
||||||
|
active: false
|
||||||
|
TooGenericExceptionThrown:
|
||||||
|
active: false
|
||||||
|
|
||||||
|
complexity:
|
||||||
|
TooManyFunctions:
|
||||||
|
active: false
|
||||||
|
LongMethod:
|
||||||
|
active: false
|
||||||
|
LongParameterList:
|
||||||
|
active: false
|
||||||
|
ComplexMethod:
|
||||||
|
active: false
|
||||||
|
NestedBlockDepth:
|
||||||
|
active: false
|
||||||
|
ComplexCondition:
|
||||||
|
active: false
|
||||||
|
LargeClass:
|
||||||
|
active: false
|
||||||
|
|
||||||
|
naming:
|
||||||
|
FunctionParameterNaming:
|
||||||
|
# TODO Enable it
|
||||||
|
active: false
|
||||||
|
VariableNaming:
|
||||||
|
# TODO Enable it
|
||||||
|
active: false
|
||||||
|
ConstructorParameterNaming:
|
||||||
|
# TODO Enable it
|
||||||
|
active: false
|
||||||
|
TopLevelPropertyNaming:
|
||||||
|
# TODO Enable it
|
||||||
active: false
|
active: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user