mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
[skip ci] rubocop: Disable Layout/SpaceAroundMethodCallOperator
Signed-off-by: SupeChicken666 <me@supechicken666.dev>
This commit is contained in:
@@ -50,6 +50,10 @@ Layout/FirstHashElementIndentation:
|
||||
Layout/LineLength:
|
||||
Enabled: false
|
||||
|
||||
# Adding a space after {} block improves consistency.
|
||||
Layout/SpaceAroundMethodCallOperator:
|
||||
Enabled: false
|
||||
|
||||
# Having an explicit return can often improve readability.
|
||||
Style/RedundantReturn:
|
||||
Enabled: false
|
||||
|
||||
Reference in New Issue
Block a user