Skip to content

Commit d2da920

Browse files
authored
Merge pull request rapid7#20199 from bcoles/rubocop
Rubocop: Enable Layout/SpaceBeforeBrackets
2 parents 28d9e77 + 5f15fd3 commit d2da920

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)