Skip to content

Commit 370a344

Browse files
author
Mike Foley
committed
Add RuboCop rules
1 parent f4fd5f4 commit 370a344

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.rubocop.yml

+9
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@ Style/FileName:
4343

4444
Style/DotPosition:
4545
EnforcedStyle: trailing
46+
47+
Style/IndentationWidth:
48+
Enabled: false
49+
50+
Style/ElseAlignment:
51+
Enabled: false
52+
53+
Style/RegexpLiteral:
54+
Enabled: false

0 commit comments

Comments
 (0)