Ignore more rules

This commit is contained in:
Benoit Marty 2022-05-12 17:16:18 +02:00
parent 824f029e20
commit c5f9546605

View file

@ -5,16 +5,67 @@ style:
# Default is 120
maxLineLength: 160
MagicNumber:
# Default is true
active: false
ReturnCount:
# Default is true
active: false
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
exceptions:
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