mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-10-29 23:32:35 +01:00
18 lines
243 B
YAML
18 lines
243 B
YAML
require:
|
|
- rubocop-sequel
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.5
|
|
|
|
Documentation:
|
|
Enabled: false
|
|
|
|
Metrics/BlockLength:
|
|
ExcludedMethods: ['dataset_module', 'describe', 'helpers']
|
|
|
|
Metrics/AbcSize:
|
|
Max: 20.45
|
|
|
|
Metrics/MethodLength:
|
|
Max: 13
|