mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
a96e56808e
... along with some minor miscellaneous refactoring This finally completes fixerAPI/fixer#22
9 lines
162 B
YAML
9 lines
162 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.5
|
|
Documentation:
|
|
Enabled: false
|
|
Metrics/BlockLength:
|
|
ExcludedMethods: ['describe', 'helpers']
|
|
Metrics/MethodLength:
|
|
Max: 11
|