[skip ci] rubocop: Disable Layout/SpaceAroundMethodCallOperator

Signed-off-by: SupeChicken666 <me@supechicken666.dev>
This commit is contained in:
SupeChicken666
2025-05-01 15:28:36 +08:00
parent 19f6534dd3
commit 8f238860b7

View File

@@ -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