Skip to content

Commit 500ae21

Browse files
committed
Add rubocop config
1 parent c761d53 commit 500ae21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.rubocop.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
LineLength:
2+
Max: 100
3+
4+
Documentation:
5+
Enabled: False
6+
7+
Style/SymbolArray:
8+
Enabled: False

0 commit comments

Comments
 (0)