We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64933ef commit 40b8649Copy full SHA for 40b8649
.rubocop.yml
@@ -1,4 +1,10 @@
1
inherit_from: .rubocop_todo.yml
2
3
+Style/PercentLiteralDelimiters:
4
+ PreferredDelimiters:
5
+ '%w': '[]'
6
+ '%W': '[]'
7
+
8
Metrics/MethodLength:
9
Max: 16
10
0 commit comments