frankfurter/.rubocop.yml
2019-04-09 17:31:38 +01:00

18 lines
243 B
YAML

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