Skip to content

Instantly share code, notes, and snippets.

@radimvaculik
Last active November 11, 2017 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radimvaculik/b2344deac1847e74b2a0892eefe7a8d8 to your computer and use it in GitHub Desktop.
Save radimvaculik/b2344deac1847e74b2a0892eefe7a8d8 to your computer and use it in GitHub Desktop.
autoCorrect: false
build:
warningThreshold: 1
failThreshold: 1
potential-bugs:
active: true
LateinitUsage:
active: false
exceptions:
active: true
empty-blocks:
active: true
complexity:
active: true
LabeledExpression:
active: false
TooManyFunctions:
threshold: 40
LargeClass:
threshold: 300
LongParameterList:
threshold: 15
NestedBlockDepth:
threshold: 5
StringLiteralDuplication:
active: false
code-smell:
active: true
formatting:
active: true
ExpressionBodySyntax:
active: false
style:
active: true
MaxLineLength:
maxLineLength: 150
WildcardImport:
active: false
ReturnCount:
max: 10
VariableMaxLength:
maximumVariableNameLength: 70
FunctionMaxLength:
maximumFunctionNameLength: 70
UnnecessaryAbstractClass:
active: false
UseDataClass:
active: false
comments:
active: true
UndocumentedPublicClass:
active: false
UndocumentedPublicFunction:
active: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment