Merge pull request #3372 from MikeMcQuaid/rubocop-length-taps
rubocop: disable length checks.
This commit is contained in:
commit
32ce927cae
@ -60,16 +60,16 @@ Lint/ParenthesesAsGroupedExpression:
|
|||||||
|
|
||||||
# TODO: try to bring down all metrics maximums
|
# TODO: try to bring down all metrics maximums
|
||||||
Metrics/AbcSize:
|
Metrics/AbcSize:
|
||||||
Max: 250
|
Enabled: false
|
||||||
|
|
||||||
Metrics/BlockLength:
|
Metrics/BlockLength:
|
||||||
Max: 144
|
Enabled: false
|
||||||
|
|
||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Max: 589
|
Enabled: false
|
||||||
|
|
||||||
Metrics/CyclomaticComplexity:
|
Metrics/CyclomaticComplexity:
|
||||||
Max: 75
|
Enabled: false
|
||||||
|
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Max: 324
|
Max: 324
|
||||||
@ -77,17 +77,16 @@ Metrics/LineLength:
|
|||||||
IgnoredPatterns: ['#: ']
|
IgnoredPatterns: ['#: ']
|
||||||
|
|
||||||
Metrics/MethodLength:
|
Metrics/MethodLength:
|
||||||
Max: 222
|
Enabled: false
|
||||||
|
|
||||||
Metrics/ModuleLength:
|
Metrics/ModuleLength:
|
||||||
CountComments: false
|
Enabled: false
|
||||||
Max: 367
|
|
||||||
|
|
||||||
Metrics/ParameterLists:
|
Metrics/ParameterLists:
|
||||||
CountKeywordArgs: false
|
CountKeywordArgs: false
|
||||||
|
|
||||||
Metrics/PerceivedComplexity:
|
Metrics/PerceivedComplexity:
|
||||||
Max: 100
|
Enabled: false
|
||||||
|
|
||||||
# makes code less readable for minor performance increases
|
# makes code less readable for minor performance increases
|
||||||
Performance/Caller:
|
Performance/Caller:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user