8 lines
110 B
YAML
8 lines
110 B
YAML
|
inherit_from: .rubocop_todo.yml
|
||
|
|
||
|
Metrics/LineLength:
|
||
|
Max: 120
|
||
|
|
||
|
Style/FormatString:
|
||
|
EnforcedStyle: sprintf
|