Skip to content

Commit 5f15fd3

Browse files
committed
Rubocop: Enable Layout/SpaceBeforeBrackets
1 parent f722f39 commit 5f15fd3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.rubocop.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ require:
2525
- ./lib/rubocop/cop/lint/detect_invalid_pack_directives.rb
2626

2727
Layout/SpaceBeforeBrackets:
28-
Description: >-
29-
Disabled as it generates invalid code:
30-
https://github.com/rubocop-hq/rubocop/issues/9499
31-
Enabled: false
28+
Enabled: true
3229

3330
Lint/AmbiguousAssignment:
3431
Enabled: true

0 commit comments

Comments
 (0)