Ignore some bad rubocops

This commit is contained in:
Major-
2016-03-12 13:26:13 +00:00
parent 2b7462bc98
commit dccfd38227
+30 -3
View File
@@ -1,9 +1,36 @@
Style/GlobalVars:
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
Performance/ParallelAssignment:
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