mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Ignore some bad rubocops
This commit is contained in:
@@ -1,9 +1,36 @@
|
|||||||
|
Metrics/AbcSize:
|
||||||
Style/GlobalVars:
|
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Metrics/CyclomaticComplexity:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
Metrics/LineLength:
|
||||||
|
Max: 100
|
||||||
|
|
||||||
|
Metrics/MethodLength:
|
||||||
|
Max: 30
|
||||||
|
|
||||||
|
Metrics/PerceivedComplexity:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
Style/CaseIndentation:
|
||||||
|
IndentOneStep: true
|
||||||
|
|
||||||
Style/EmptyLinesAroundBlockBody:
|
Style/EmptyLinesAroundBlockBody:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Performance/ParallelAssignment:
|
Style/EmptyLinesAroundClassBody:
|
||||||
Enabled: false
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user