frankfurter/.rubocop.yml

19 lines
267 B
YAML
Raw Normal View History

2018-10-18 14:31:59 +02:00
require:
2019-05-02 21:35:03 +02:00
- rubocop-performance
2018-10-18 14:31:59 +02:00
- rubocop-sequel
AllCops:
2019-04-09 18:31:38 +02:00
TargetRubyVersion: 2.6
2018-10-18 14:31:59 +02:00
2016-04-11 15:14:10 +02:00
Documentation:
Enabled: false
2018-10-18 14:31:59 +02:00
2017-01-03 14:50:27 +01:00
Metrics/BlockLength:
ExcludedMethods: ['dataset_module', 'describe', 'helpers']
2018-10-18 14:31:59 +02:00
Metrics/AbcSize:
Max: 21.79
2018-10-18 14:31:59 +02:00
Metrics/MethodLength:
Max: 13