Files
apollo/game/data/plugins/.rubocop.yml
T
KeepBotting 739c331860 Housekeeping
2019-03-26 14:05:40 -04:00

37 lines
582 B
YAML

Metrics/AbcSize:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Max: 30
Metrics/PerceivedComplexity:
Enabled: false
Style/CaseIndentation:
IndentOneStep: true
Style/EmptyLinesAroundBlockBody:
Enabled: false
Style/EmptyLinesAroundClassBody:
Enabled: false
Style/EmptyLinesAroundModuleBody:
Enabled: false
Style/GlobalVars:
Enabled: false
Style/MethodName: # Disabled so we can override Java methods without rubocop complaining
Enabled: false
Style/ParallelAssignment:
Enabled: false