mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
31 lines
502 B
YAML
31 lines
502 B
YAML
plugins:
|
|
- rubocop-minitest
|
|
- rubocop-rake
|
|
|
|
AllCops:
|
|
NewCops: enable
|
|
TargetRubyVersion: 3.0
|
|
|
|
Layout/EmptyLineAfterGuardClause:
|
|
Enabled: false
|
|
|
|
Layout/FirstHashElementIndentation:
|
|
EnforcedStyle: consistent
|
|
|
|
Metrics/AbcSize:
|
|
Max: 25
|
|
|
|
Metrics/MethodLength:
|
|
Max: 20
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: false
|
|
|
|
Style/HashSyntax:
|
|
EnforcedShorthandSyntax: never
|
|
|
|
Style/TrailingCommaInHashLiteral:
|
|
EnforcedStyleForMultiline: consistent_comma
|