hammer-cli-csv / .rubocop.yml @ 4a6b2238
1 |
inherit_from:
|
---|---|
2 |
- .rubocop_todo.yml
|
3 |
|
4 |
Documentation:
|
5 |
Enabled: false |
6 |
|
7 |
StringLiterals:
|
8 |
Enabled: false |
9 |
|
10 |
EmptyLinesAroundBody:
|
11 |
Enabled: false |
12 |
|
13 |
HashSyntax:
|
14 |
EnforcedStyle: hash_rockets |
15 |
|
16 |
SpaceInsideHashLiteralBraces:
|
17 |
Enabled: false |
18 |
|
19 |
Encoding:
|
20 |
Enabled: false |
21 |
|
22 |
#LineLength:
|
23 |
#Max: 100
|