forked from flores/haproxyctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rubocop-todo.yml
74 lines (58 loc) · 1.36 KB
/
rubocop-todo.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-02-04 10:23:58 +0100 using RuboCop version 0.18.1.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offence count: 3
AmbiguousRegexpLiteral:
Enabled: false
# Offence count: 3
# Cop supports --auto-correct.
AndOr:
Enabled: false
# Offence count: 3
BlockAlignment:
Enabled: false
# Offence count: 8
BlockNesting:
Max: 4
# Offence count: 10
Documentation:
Enabled: false
# Offence count: 1
EmptyLinesAroundAccessModifier:
Enabled: false
# Offence count: 2
IfUnlessModifier:
Enabled: false
# Offence count: 80
LineLength:
Max: 152
# Offence count: 5
# Configuration parameters: CountComments.
MethodLength:
Max: 32
# Offence count: 2
ParenthesesAsGroupedExpression:
Enabled: false
# Offence count: 2
# Configuration parameters: NamePrefixBlacklist.
PredicateName:
Enabled: false
# Offence count: 3
# Configuration parameters: SupportedStyles.
RaiseArgs:
EnforcedStyle: compact
# Offence count: 1
RedundantBegin:
Enabled: false
# Offence count: 2
Syntax:
Enabled: false
# Offence count: 2
UselessAssignment:
Enabled: false
# Offence count: 2
Void:
Enabled: false