rubocop: Disable Layout/SpaceInsideParens cop (#7465)

This commit is contained in:
supechicken
2022-10-08 21:47:42 +08:00
committed by GitHub
parent a95e0c9bb6
commit 0c0db3c649

View File

@@ -124,6 +124,9 @@ Layout/FirstHashElementIndentation:
Layout/IndentationStyle:
EnforcedStyle: spaces
Layout/SpaceInsideParens:
Enabled: false
Style/RedundantReturn:
Enabled: false