frankfurter/.rubocop.yml

19 lines
267 B
YAML

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