forked from litaio/lita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rubocop.yml
48 lines (48 loc) · 790 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
43
44
45
46
47
48
AbcSize:
Enabled: false
AlignParameters:
Enabled: false
AndOr:
Enabled: false
CaseEquality:
Enabled: false
ClassLength:
Enabled: false
Documentation:
Enabled: false
DoubleNegation:
Enabled: false
EachWithObject:
Enabled: false
EndAlignment:
AlignWith: variable
GuardClause:
Enabled: false
IndentHash:
Enabled: false
LineLength:
Max: 100
MethodLength:
Enabled: false
NestedMethodDefinition:
Enabled: false
NonNilCheck:
Enabled: false
ParameterLists:
Max: 6
RegexpLiteral:
Enabled: false
RescueException:
Enabled: false
SignalException:
Enabled: false
SpecialGlobalVars:
Enabled: false
StringLiterals:
EnforcedStyle: double_quotes
TrailingCommaInArguments:
Enabled: false
TrailingCommaInLiteral:
Enabled: false
TrivialAccessors:
Enabled: false