hammer-cli-csv / .rubocop_todo.yml @ e2c07325
1 |
# This configuration was generated by `rubocop --auto-gen-config`
|
---|---|
2 |
# on 2014-08-20 15:31:08 -0400 using RuboCop version 0.24.1.
|
3 |
# The point is for the user to remove these configuration records
|
4 |
# one by one as the offenses are removed from the code base.
|
5 |
# Note that changes in the inspected code, or installation of new
|
6 |
# versions of RuboCop, may require this file to be generated again.
|
7 |
|
8 |
# Offense count: 19
|
9 |
Lint/AmbiguousRegexpLiteral:
|
10 |
Enabled: false |
11 |
|
12 |
# Offense count: 1
|
13 |
# Cop supports --auto-correct.
|
14 |
Lint/DeprecatedClassMethods:
|
15 |
Enabled: false |
16 |
|
17 |
# Offense count: 2
|
18 |
# Cop supports --auto-correct.
|
19 |
Lint/UnusedMethodArgument:
|
20 |
Enabled: false |
21 |
|
22 |
# Offense count: 8
|
23 |
Lint/UselessAssignment:
|
24 |
Enabled: false |
25 |
|
26 |
# Offense count: 2
|
27 |
# Cop supports --auto-correct.
|
28 |
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
29 |
Style/AlignParameters:
|
30 |
Enabled: false |
31 |
|
32 |
# Offense count: 26
|
33 |
# Cop supports --auto-correct.
|
34 |
Style/Blocks:
|
35 |
Enabled: false |
36 |
|
37 |
# Offense count: 230
|
38 |
# Cop supports --auto-correct.
|
39 |
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
40 |
Style/BracesAroundHashParameters:
|
41 |
Enabled: false |
42 |
|
43 |
# Offense count: 8
|
44 |
# Configuration parameters: CountComments.
|
45 |
Style/ClassLength:
|
46 |
Max: 625 |
47 |
|
48 |
# Offense count: 31
|
49 |
# Cop supports --auto-correct.
|
50 |
# Configuration parameters: PreferredMethods.
|
51 |
Style/CollectionMethods:
|
52 |
Enabled: false |
53 |
|
54 |
# Offense count: 36
|
55 |
Style/CyclomaticComplexity:
|
56 |
Max: 18 |
57 |
|
58 |
# Offense count: 7
|
59 |
# Cop supports --auto-correct.
|
60 |
Style/EmptyLines:
|
61 |
Enabled: false |
62 |
|
63 |
# Offense count: 2
|
64 |
# Configuration parameters: MinBodyLength.
|
65 |
Style/GuardClause:
|
66 |
Enabled: false |
67 |
|
68 |
# Offense count: 1
|
69 |
# Configuration parameters: MaxLineLength.
|
70 |
Style/IfUnlessModifier:
|
71 |
Enabled: false |
72 |
|
73 |
# Offense count: 43
|
74 |
# Cop supports --auto-correct.
|
75 |
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
76 |
Style/IndentHash:
|
77 |
Enabled: false |
78 |
|
79 |
# Offense count: 14
|
80 |
# Cop supports --auto-correct.
|
81 |
Style/LeadingCommentSpace:
|
82 |
Enabled: false |
83 |
|
84 |
# Offense count: 141
|
85 |
# Configuration parameters: AllowURI.
|
86 |
Style/LineLength:
|
87 |
Max: 173 |
88 |
|
89 |
# Offense count: 74
|
90 |
# Configuration parameters: CountComments.
|
91 |
Style/MethodLength:
|
92 |
Max: 88 |
93 |
|
94 |
# Offense count: 59
|
95 |
# Cop supports --auto-correct.
|
96 |
Style/NegatedIf:
|
97 |
Enabled: false |
98 |
|
99 |
# Offense count: 9
|
100 |
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
101 |
Style/Next:
|
102 |
Enabled: false |
103 |
|
104 |
# Offense count: 83
|
105 |
# Cop supports --auto-correct.
|
106 |
Style/NumericLiterals:
|
107 |
MinDigits: 7 |
108 |
|
109 |
# Offense count: 27
|
110 |
# Cop supports --auto-correct.
|
111 |
# Configuration parameters: PreferredDelimiters.
|
112 |
Style/PercentLiteralDelimiters:
|
113 |
Enabled: false |
114 |
|
115 |
# Offense count: 2
|
116 |
# Cop supports --auto-correct.
|
117 |
# Configuration parameters: AllowMultipleReturnValues.
|
118 |
Style/RedundantReturn:
|
119 |
Enabled: false |
120 |
|
121 |
# Offense count: 7
|
122 |
# Cop supports --auto-correct.
|
123 |
Style/RedundantSelf:
|
124 |
Enabled: false |
125 |
|
126 |
# Offense count: 4
|
127 |
Style/RescueModifier:
|
128 |
Enabled: false |
129 |
|
130 |
# Offense count: 46
|
131 |
# Cop supports --auto-correct.
|
132 |
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
133 |
Style/SignalException:
|
134 |
Enabled: false |
135 |
|
136 |
# Offense count: 23
|
137 |
# Cop supports --auto-correct.
|
138 |
Style/SingleSpaceBeforeFirstArg:
|
139 |
Enabled: false |
140 |
|
141 |
# Offense count: 26
|
142 |
# Cop supports --auto-correct.
|
143 |
Style/SpaceAfterComma:
|
144 |
Enabled: false |
145 |
|
146 |
# Offense count: 14
|
147 |
# Cop supports --auto-correct.
|
148 |
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
149 |
Style/SpaceAroundEqualsInParameterDefault:
|
150 |
Enabled: false |
151 |
|
152 |
# Offense count: 6
|
153 |
# Cop supports --auto-correct.
|
154 |
Style/SpaceAroundOperators:
|
155 |
Enabled: false |
156 |
|
157 |
# Offense count: 1
|
158 |
# Cop supports --auto-correct.
|
159 |
Style/SpecialGlobalVars:
|
160 |
Enabled: false |
161 |
|
162 |
# Offense count: 18
|
163 |
# Cop supports --auto-correct.
|
164 |
Style/UnneededCapitalW:
|
165 |
Enabled: false |