mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
19 lines
267 B
YAML
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
|