frankfurter/.rubocop.yml

9 lines
162 B
YAML
Raw Normal View History

AllCops:
TargetRubyVersion: 2.5
2016-04-11 15:14:10 +02:00
Documentation:
Enabled: false
2017-01-03 14:50:27 +01:00
Metrics/BlockLength:
ExcludedMethods: ['describe', 'helpers']
Metrics/MethodLength:
Max: 11