Skip to content

Commit 79673d3

Browse files
committed
disable style/symbolarray checks
1 parent 2f6b9cb commit 79673d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ AllCops:
77
Style/ClassAndModuleChildren:
88
EnforcedStyle: compact
99

10+
Style/SymbolArray:
11+
Enabled: false
12+
1013
Metrics/MethodLength:
1114
Max: 20
1215

0 commit comments

Comments
 (0)