frankfurter/.rubocop.yml
2018-10-18 13:34:21 +01:00

18 lines
243 B
YAML

require:
- rubocop-sequel
AllCops:
TargetRubyVersion: 2.5
Documentation:
Enabled: false
Metrics/BlockLength:
ExcludedMethods: ['dataset_module', 'describe', 'helpers']
Metrics/AbcSize:
Max: 20.45
Metrics/MethodLength:
Max: 13