Skip to content

Commit 5b7550a

Browse files
authored
Merge pull request #20 from amckinnell/add_index_symmetry
Disable the Style/WordArray cop.
2 parents fea96ba + b308ca4 commit 5b7550a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop_schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Style/AlignHash:
1818
EnforcedHashRocketStyle: 'key'
1919

2020
Style/WordArray:
21-
MinSize: 3
21+
Enabled: false
2222

2323
Style/TrailingCommaInLiteral:
2424
EnforcedStyleForMultiline: 'comma'

0 commit comments

Comments
 (0)