-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.rubocop.yml
42 lines (42 loc) · 949 Bytes
/
.rubocop.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Documentation:
Enabled: false
Gemspec/OrderedDependencies:
Enabled: false
Layout/EmptyLineAfterMagicComment:
Enabled: false
Layout/IndentArray:
EnforcedStyle: consistent
Layout/IndentHash:
EnforcedStyle: consistent
Metrics/LineLength:
Max: 90
Metrics/MethodLength:
Max: 24
Naming/FileName:
Enabled: false
Style/BracesAroundHashParameters:
Enabled: false
Style/Encoding:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/GuardClause:
Enabled: false
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/MutableConstant:
Enabled: false
Style/PercentLiteralDelimiters:
PreferredDelimiters:
"%q": "{}"
"%Q": "{}"
"%w": "()"
"%W": "()"
Style/RedundantReturn:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma