1
1
# This configuration was generated by `rubocop --auto-gen-config`
2
- # on 2015-03-12 17:39:18 -0700 using RuboCop version 0.29.1.
2
+ # on 2015-03-12 17:46:21 -0700 using RuboCop version 0.29.1.
3
3
# The point is for the user to remove these configuration records
4
4
# one by one as the offenses are removed from the code base.
5
5
# Note that changes in the inspected code, or installation of new
10
10
Lint/AssignmentInCondition :
11
11
Enabled : false
12
12
13
- # Offense count: 1
14
- # Cop supports --auto-correct.
15
- Lint/DeprecatedClassMethods :
16
- Enabled : false
17
-
18
- # Offense count: 1
19
- # Configuration parameters: AlignWith, SupportedStyles.
20
- Lint/EndAlignment :
21
- Enabled : false
22
-
23
13
# Offense count: 1
24
14
Lint/Eval :
25
15
Enabled : false
@@ -59,9 +49,9 @@ Metrics/BlockNesting:
59
49
60
50
# Offense count: 2
61
51
Metrics/CyclomaticComplexity :
62
- Max : 21
52
+ Max : 23
63
53
64
- # Offense count: 244
54
+ # Offense count: 238
65
55
# Configuration parameters: AllowURI, URISchemes.
66
56
Metrics/LineLength :
67
57
Max : 232
@@ -77,13 +67,7 @@ Metrics/PerceivedComplexity:
77
67
78
68
# Offense count: 40
79
69
# Cop supports --auto-correct.
80
- Style/Blocks :
81
- Enabled : false
82
-
83
- # Offense count: 8
84
- # Cop supports --auto-correct.
85
- # Configuration parameters: EnforcedStyle, SupportedStyles.
86
- Style/BracesAroundHashParameters :
70
+ Style/BlockDelimiters :
87
71
Enabled : false
88
72
89
73
# Offense count: 1
@@ -95,16 +79,6 @@ Style/ClassAndModuleChildren:
95
79
Style/ClassVars :
96
80
Enabled : false
97
81
98
- # Offense count: 2
99
- # Cop supports --auto-correct.
100
- Style/CommentIndentation :
101
- Enabled : false
102
-
103
- # Offense count: 1
104
- # Cop supports --auto-correct.
105
- Style/DeprecatedHashMethods :
106
- Enabled : false
107
-
108
82
# Offense count: 9
109
83
Style/Documentation :
110
84
Enabled : false
@@ -113,27 +87,6 @@ Style/Documentation:
113
87
Style/DoubleNegation :
114
88
Enabled : false
115
89
116
- # Offense count: 2
117
- # Cop supports --auto-correct.
118
- Style/ElseAlignment :
119
- Enabled : false
120
-
121
- # Offense count: 1
122
- # Cop supports --auto-correct.
123
- Style/EmptyLines :
124
- Enabled : false
125
-
126
- # Offense count: 1
127
- # Cop supports --auto-correct.
128
- Style/EmptyLinesAroundAccessModifier :
129
- Enabled : false
130
-
131
- # Offense count: 2
132
- # Cop supports --auto-correct.
133
- # Configuration parameters: EnforcedStyle, SupportedStyles.
134
- Style/EmptyLinesAroundModuleBody :
135
- Enabled : false
136
-
137
90
# Offense count: 9
138
91
# Configuration parameters: AllowedVariables.
139
92
Style/GlobalVars :
@@ -144,187 +97,26 @@ Style/GlobalVars:
144
97
Style/IfUnlessModifier :
145
98
Enabled : false
146
99
147
- # Offense count: 1
148
- # Cop supports --auto-correct.
149
- Style/IndentationConsistency :
150
- Enabled : false
151
-
152
- # Offense count: 3
153
- # Cop supports --auto-correct.
154
- # Configuration parameters: Width.
155
- Style/IndentationWidth :
156
- Enabled : false
157
-
158
- # Offense count: 3
159
- # Cop supports --auto-correct.
160
- # Configuration parameters: EnforcedStyle, SupportedStyles.
161
- Style/MethodDefParentheses :
162
- Enabled : false
163
-
164
100
# Offense count: 1
165
101
Style/MultilineBlockChain :
166
102
Enabled : false
167
103
168
- # Offense count: 2
169
- # Cop supports --auto-correct.
170
- Style/MultilineIfThen :
171
- Enabled : false
172
-
173
- # Offense count: 1
174
- # Cop supports --auto-correct.
175
- Style/NegatedIf :
176
- Enabled : false
177
-
178
- # Offense count: 1
179
- # Cop supports --auto-correct.
180
- Style/NegatedWhile :
181
- Enabled : false
182
-
183
- # Offense count: 1
184
- # Cop supports --auto-correct.
185
- Style/Not :
186
- Enabled : false
187
-
188
104
# Offense count: 13
189
105
# Cop supports --auto-correct.
190
106
Style/NumericLiterals :
191
107
MinDigits : 20
192
108
193
- # Offense count: 7
194
- # Cop supports --auto-correct.
195
- # Configuration parameters: PreferredDelimiters.
196
- Style/PercentLiteralDelimiters :
197
- Enabled : false
198
-
199
- # Offense count: 1
200
- # Configuration parameters: SupportedStyles.
201
- Style/RaiseArgs :
202
- EnforcedStyle : compact
203
-
204
- # Offense count: 1
205
- # Cop supports --auto-correct.
206
- Style/RedundantSelf :
207
- Enabled : false
208
-
209
- # Offense count: 1
210
- Style/RegexpLiteral :
211
- MaxSlashes : 0
212
-
213
- # Offense count: 2
214
- # Cop supports --auto-correct.
215
- # Configuration parameters: EnforcedStyle, SupportedStyles.
216
- Style/SignalException :
217
- Enabled : false
218
-
219
- # Offense count: 9
220
- # Cop supports --auto-correct.
221
- Style/SingleSpaceBeforeFirstArg :
222
- Enabled : false
223
-
224
- # Offense count: 6
225
- # Cop supports --auto-correct.
226
- Style/SpaceAfterComma :
227
- Enabled : false
228
-
229
- # Offense count: 1
230
- # Cop supports --auto-correct.
231
- Style/SpaceAfterControlKeyword :
232
- Enabled : false
233
-
234
- # Offense count: 1
235
- # Cop supports --auto-correct.
236
- Style/SpaceAfterNot :
237
- Enabled : false
238
-
239
- # Offense count: 3
240
- # Cop supports --auto-correct.
241
- # Configuration parameters: EnforcedStyle, SupportedStyles.
242
- Style/SpaceAroundEqualsInParameterDefault :
243
- Enabled : false
244
-
245
- # Offense count: 5
246
- # Cop supports --auto-correct.
247
- Style/SpaceAroundOperators :
248
- Enabled : false
249
-
250
- # Offense count: 5
251
- # Cop supports --auto-correct.
252
- # Configuration parameters: EnforcedStyle, SupportedStyles.
253
- Style/SpaceBeforeBlockBraces :
254
- Enabled : false
255
-
256
- # Offense count: 14
257
- # Cop supports --auto-correct.
258
- # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
259
- Style/SpaceInsideBlockBraces :
260
- Enabled : false
261
-
262
- # Offense count: 2
263
- # Cop supports --auto-correct.
264
- Style/SpaceInsideBrackets :
265
- Enabled : false
266
-
267
- # Offense count: 8
268
- # Cop supports --auto-correct.
269
- # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
270
- Style/SpaceInsideHashLiteralBraces :
271
- Enabled : false
272
-
273
- # Offense count: 4
274
- # Cop supports --auto-correct.
275
- Style/SpaceInsideParens :
276
- Enabled : false
277
-
278
- # Offense count: 2
279
- # Cop supports --auto-correct.
280
- Style/SpecialGlobalVars :
281
- Enabled : false
282
-
283
- # Offense count: 550
109
+ # Offense count: 549
284
110
# Cop supports --auto-correct.
285
111
# Configuration parameters: EnforcedStyle, SupportedStyles.
286
112
Style/StringLiterals :
287
113
Enabled : false
288
114
289
- # Offense count: 1
290
- # Cop supports --auto-correct.
291
- # Configuration parameters: IgnoredMethods.
292
- Style/SymbolProc :
293
- Enabled : false
294
-
295
- # Offense count: 2
296
- # Cop supports --auto-correct.
297
- # Configuration parameters: EnforcedStyle, SupportedStyles.
298
- Style/TrailingBlankLines :
299
- Enabled : false
300
-
301
- # Offense count: 6
302
- # Cop supports --auto-correct.
303
- # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
304
- Style/TrailingComma :
305
- Enabled : false
306
-
307
115
# Offense count: 2
308
116
Style/UnlessElse :
309
117
Enabled : false
310
118
311
- # Offense count: 4
312
- # Cop supports --auto-correct.
313
- Style/UnneededPercentQ :
314
- Enabled : false
315
-
316
- # Offense count: 1
317
- # Cop supports --auto-correct.
318
- Style/WhileUntilDo :
319
- Enabled : false
320
-
321
119
# Offense count: 1
322
120
# Configuration parameters: MaxLineLength.
323
121
Style/WhileUntilModifier :
324
122
Enabled : false
325
-
326
- # Offense count: 4
327
- # Cop supports --auto-correct.
328
- # Configuration parameters: WordRegex.
329
- Style/WordArray :
330
- MinSize : 5
0 commit comments