mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
rubocop: Disable some cops (#7494)
* Update .rubocop.yml * rubocop: Disable some cops
This commit is contained in:
14
.rubocop.yml
14
.rubocop.yml
@@ -11,7 +11,7 @@
|
||||
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
TargetRubyVersion: 3.0
|
||||
TargetRubyVersion: 3.1
|
||||
Exclude:
|
||||
- 'lib/docopt.rb'
|
||||
|
||||
@@ -118,15 +118,25 @@ Layout/HashAlignment:
|
||||
|
||||
# End temporarily disabled cops
|
||||
|
||||
Layout/CommentIndentation:
|
||||
Enabled: false
|
||||
|
||||
Layout/FirstHashElementIndentation:
|
||||
EnforcedStyle: consistent
|
||||
Enabled: false
|
||||
# EnforcedStyle: consistent
|
||||
|
||||
Layout/IndentationStyle:
|
||||
EnforcedStyle: spaces
|
||||
|
||||
Layout/SpaceInsideBlockBraces:
|
||||
Enabled: false
|
||||
|
||||
Layout/SpaceInsideParens:
|
||||
Enabled: false
|
||||
|
||||
Layout/TrailingEmptyLines:
|
||||
Enabled: false
|
||||
|
||||
Style/RedundantReturn:
|
||||
Enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user