Skip to content

Commit 99f33b3

Browse files
author
github-actions
committed
update with project-syncing action
1 parent f729d3e commit 99f33b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.rubocop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ inherit_gem: { rubocop-rails-omakase: rubocop.yml }
66
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
77
# Layout/SpaceInsideArrayLiteralBrackets:
88
# Enabled: false
9+
10+
# Allow old hash syntax (e.g., :key => value)
11+
Style/HashSyntax:
12+
Enabled: false
13+
14+
# Allow space inside parentheses
15+
Layout/SpaceInsideParens:
16+
Enabled: false

0 commit comments

Comments
 (0)