Skip to content

Commit 40b8649

Browse files
Make preferred style %w() to %w[]
1 parent 64933ef commit 40b8649

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
inherit_from: .rubocop_todo.yml
22

3+
Style/PercentLiteralDelimiters:
4+
PreferredDelimiters:
5+
'%w': '[]'
6+
'%W': '[]'
7+
38
Metrics/MethodLength:
49
Max: 16
10+

0 commit comments

Comments
 (0)