blob: 099bf35b92756d61154d469022b014c7af795423 [file] [log] [blame] [edit]
plugins:
- rubocop-performance
- rubocop-rspec
AllCops:
DisabledByDefault: true
SuggestExtensions: false
TargetRubyVersion: 2.7
Exclude:
- "**/vendor/**/*"
Layout/EmptyLines:
Enabled: true
Layout/EmptyLinesAroundBlockBody:
Enabled: true
Layout/ExtraSpacing:
Enabled: true
Layout/IndentationConsistency:
Enabled: true
Layout/LeadingCommentSpace:
Enabled: true
Layout/LeadingEmptyLines:
Enabled: true
Layout/SpaceAfterComma:
Enabled: true
Layout/SpaceAroundEqualsInParameterDefault:
Enabled: true
Layout/SpaceInsideBlockBraces:
Enabled: true
Layout/TrailingEmptyLines:
Enabled: true
Layout/TrailingWhitespace:
Enabled: true