mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-25 12:32:30 +01:00
18 lines
243 B
YAML
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
|