Skip to content

Commit 81e5199

Browse files
committed
Added .rubocop.yml
1 parent c66af48 commit 81e5199

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Encoding:
2+
Enabled: true
3+
4+
LineLength:
5+
Enabled: true
6+
Max: 79
7+
8+
StringLiterals:
9+
Enabled: false
10+
11+
AllCops:
12+
# Includes:
13+
Excludes:
14+
- spec/**
15+
- bin/**
16+
- utility.rb
17+
- Rakefile
18+
- tmp/*

0 commit comments

Comments
 (0)