Skip to content

Commit 13dcf7f

Browse files
committed
Merge pull request #8 from ehaselwanter/master
be more forgiving and relax rubocop
2 parents b223629 + 96bc0f8 commit 13dcf7f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.rubocop.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
AllCops:
2+
Excludes:
3+
- vendor/**
4+
- metadata.rb
5+
6+
AlignParameters:
7+
Enabled: false
8+
Encoding:
9+
Enabled: false
10+
HashSyntax:
11+
Enabled: false
12+
LineLength:
13+
Enabled: false
14+
MethodLength:
15+
Max: 30

0 commit comments

Comments
 (0)