14 lines
231 B
YAML
14 lines
231 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.6
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/AccessModifierDeclarations:
|
|
EnforcedStyle: inline
|
|
|
|
Layout/MultilineMethodCallIndentation:
|
|
EnforcedStyle: indented
|