We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6b9cb commit 79673d3Copy full SHA for 79673d3
.rubocop.yml
@@ -7,6 +7,9 @@ AllCops:
7
Style/ClassAndModuleChildren:
8
EnforcedStyle: compact
9
10
+Style/SymbolArray:
11
+ Enabled: false
12
+
13
Metrics/MethodLength:
14
Max: 20
15
0 commit comments