]> git.openstreetmap.org Git - rails.git/blob - .rubocop_todo.yml
ac10d78c9454aa14ca513df6568a307a9ac5a5b9
[rails.git] / .rubocop_todo.yml
1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-02-16 18:44:13 +0000 using RuboCop version 0.29.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: 13
9 Lint/AmbiguousOperator:
10   Enabled: false
11
12 # Offense count: 110
13 Lint/AmbiguousRegexpLiteral:
14   Enabled: false
15
16 # Offense count: 29
17 # Configuration parameters: AllowSafeAssignment.
18 Lint/AssignmentInCondition:
19   Enabled: false
20
21 # Offense count: 4
22 # Cop supports --auto-correct.
23 Lint/BlockAlignment:
24   Enabled: false
25
26 # Offense count: 1
27 # Configuration parameters: AlignWith, SupportedStyles.
28 Lint/DefEndAlignment:
29   Enabled: false
30
31 # Offense count: 4
32 # Cop supports --auto-correct.
33 Lint/DeprecatedClassMethods:
34   Enabled: false
35
36 # Offense count: 2
37 Lint/DuplicateMethods:
38   Enabled: false
39
40 # Offense count: 5
41 # Configuration parameters: AlignWith, SupportedStyles.
42 Lint/EndAlignment:
43   Enabled: false
44
45 # Offense count: 8
46 Lint/HandleExceptions:
47   Enabled: false
48
49 # Offense count: 1
50 Lint/LiteralInCondition:
51   Enabled: false
52
53 # Offense count: 8
54 Lint/ParenthesesAsGroupedExpression:
55   Enabled: false
56
57 # Offense count: 18
58 Lint/RescueException:
59   Enabled: false
60
61 # Offense count: 3
62 Lint/ShadowingOuterLocalVariable:
63   Enabled: false
64
65 # Offense count: 9
66 # Cop supports --auto-correct.
67 Lint/SpaceBeforeFirstArg:
68   Enabled: false
69
70 # Offense count: 21
71 # Cop supports --auto-correct.
72 Lint/StringConversionInInterpolation:
73   Enabled: false
74
75 # Offense count: 17
76 # Cop supports --auto-correct.
77 Lint/UnusedBlockArgument:
78   Enabled: false
79
80 # Offense count: 16
81 # Cop supports --auto-correct.
82 Lint/UnusedMethodArgument:
83   Enabled: false
84
85 # Offense count: 2
86 Lint/UselessAccessModifier:
87   Enabled: false
88
89 # Offense count: 48
90 Lint/UselessAssignment:
91   Enabled: false
92
93 # Offense count: 2
94 Lint/Void:
95   Enabled: false
96
97 # Offense count: 546
98 Metrics/AbcSize:
99   Max: 194
100
101 # Offense count: 12
102 Metrics/BlockNesting:
103   Max: 5
104
105 # Offense count: 60
106 # Configuration parameters: CountComments.
107 Metrics/ClassLength:
108   Max: 1515
109
110 # Offense count: 68
111 Metrics/CyclomaticComplexity:
112   Max: 21
113
114 # Offense count: 2076
115 # Configuration parameters: AllowURI, URISchemes.
116 Metrics/LineLength:
117   Max: 253
118
119 # Offense count: 520
120 # Configuration parameters: CountComments.
121 Metrics/MethodLength:
122   Max: 179
123
124 # Offense count: 4
125 # Configuration parameters: CountKeywordArgs.
126 Metrics/ParameterLists:
127   Max: 9
128
129 # Offense count: 70
130 Metrics/PerceivedComplexity:
131   Max: 24
132
133 # Offense count: 46
134 # Cop supports --auto-correct.
135 # Configuration parameters: EnforcedStyle, SupportedStyles.
136 Style/AccessModifierIndentation:
137   Enabled: false
138
139 # Offense count: 5
140 Style/AccessorMethodName:
141   Enabled: false
142
143 # Offense count: 6
144 # Cop supports --auto-correct.
145 Style/Alias:
146   Enabled: false
147
148 # Offense count: 9
149 # Cop supports --auto-correct.
150 Style/AlignArray:
151   Enabled: false
152
153 # Offense count: 6
154 # Cop supports --auto-correct.
155 # Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle, SupportedLastArgumentHashStyles.
156 Style/AlignHash:
157   Enabled: false
158
159 # Offense count: 159
160 # Cop supports --auto-correct.
161 # Configuration parameters: EnforcedStyle, SupportedStyles.
162 Style/AlignParameters:
163   Enabled: false
164
165 # Offense count: 217
166 # Cop supports --auto-correct.
167 # Configuration parameters: EnforcedStyle, SupportedStyles.
168 Style/AndOr:
169   Enabled: false
170
171 # Offense count: 1
172 Style/AsciiComments:
173   Enabled: false
174
175 # Offense count: 87
176 # Cop supports --auto-correct.
177 Style/Blocks:
178   Enabled: false
179
180 # Offense count: 636
181 # Cop supports --auto-correct.
182 # Configuration parameters: EnforcedStyle, SupportedStyles.
183 Style/BracesAroundHashParameters:
184   Enabled: false
185
186 # Offense count: 21
187 # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
188 Style/CaseIndentation:
189   Enabled: false
190
191 # Offense count: 3
192 # Configuration parameters: EnforcedStyle, SupportedStyles.
193 Style/ClassAndModuleChildren:
194   Enabled: false
195
196 # Offense count: 3
197 # Cop supports --auto-correct.
198 # Configuration parameters: EnforcedStyle, SupportedStyles.
199 Style/ClassCheck:
200   Enabled: false
201
202 # Offense count: 9
203 Style/ClassVars:
204   Enabled: false
205
206 # Offense count: 12
207 # Cop supports --auto-correct.
208 Style/ColonMethodCall:
209   Enabled: false
210
211 # Offense count: 12
212 # Configuration parameters: Keywords.
213 Style/CommentAnnotation:
214   Enabled: false
215
216 # Offense count: 25
217 # Cop supports --auto-correct.
218 Style/CommentIndentation:
219   Enabled: false
220
221 # Offense count: 9
222 Style/ConstantName:
223   Enabled: false
224
225 # Offense count: 17
226 # Cop supports --auto-correct.
227 Style/DeprecatedHashMethods:
228   Enabled: false
229
230 # Offense count: 306
231 Style/Documentation:
232   Enabled: false
233
234 # Offense count: 14
235 # Cop supports --auto-correct.
236 # Configuration parameters: EnforcedStyle, SupportedStyles.
237 Style/DotPosition:
238   Enabled: false
239
240 # Offense count: 2
241 Style/EachWithObject:
242   Enabled: false
243
244 # Offense count: 5
245 # Cop supports --auto-correct.
246 Style/ElseAlignment:
247   Enabled: false
248
249 # Offense count: 3
250 Style/EmptyElse:
251   Enabled: false
252
253 # Offense count: 8
254 # Cop supports --auto-correct.
255 # Configuration parameters: AllowAdjacentOneLineDefs.
256 Style/EmptyLineBetweenDefs:
257   Enabled: false
258
259 # Offense count: 16
260 # Cop supports --auto-correct.
261 Style/EmptyLines:
262   Enabled: false
263
264 # Offense count: 15
265 # Cop supports --auto-correct.
266 Style/EmptyLinesAroundAccessModifier:
267   Enabled: false
268
269 # Offense count: 9
270 # Cop supports --auto-correct.
271 # Configuration parameters: EnforcedStyle, SupportedStyles.
272 Style/EmptyLinesAroundBlockBody:
273   Enabled: false
274
275 # Offense count: 28
276 # Cop supports --auto-correct.
277 # Configuration parameters: EnforcedStyle, SupportedStyles.
278 Style/EmptyLinesAroundClassBody:
279   Enabled: false
280
281 # Offense count: 8
282 # Cop supports --auto-correct.
283 Style/EmptyLinesAroundMethodBody:
284   Enabled: false
285
286 # Offense count: 8
287 # Cop supports --auto-correct.
288 # Configuration parameters: EnforcedStyle, SupportedStyles.
289 Style/EmptyLinesAroundModuleBody:
290   Enabled: false
291
292 # Offense count: 45
293 # Cop supports --auto-correct.
294 Style/EmptyLiteral:
295   Enabled: false
296
297 # Offense count: 3
298 # Configuration parameters: Exclude.
299 Style/FileName:
300   Enabled: false
301
302 # Offense count: 4
303 # Cop supports --auto-correct.
304 # Configuration parameters: EnforcedStyle, SupportedStyles.
305 Style/FirstParameterIndentation:
306   Enabled: false
307
308 # Offense count: 3
309 # Configuration parameters: EnforcedStyle, SupportedStyles.
310 Style/For:
311   Enabled: false
312
313 # Offense count: 8
314 # Configuration parameters: EnforcedStyle, SupportedStyles.
315 Style/FormatString:
316   Enabled: false
317
318 # Offense count: 1
319 # Configuration parameters: AllowedVariables.
320 Style/GlobalVars:
321   Enabled: false
322
323 # Offense count: 41
324 # Configuration parameters: MinBodyLength.
325 Style/GuardClause:
326   Enabled: false
327
328 # Offense count: 5687
329 # Cop supports --auto-correct.
330 # Configuration parameters: EnforcedStyle, SupportedStyles.
331 Style/HashSyntax:
332   Enabled: false
333
334 # Offense count: 42
335 # Configuration parameters: MaxLineLength.
336 Style/IfUnlessModifier:
337   Enabled: false
338
339 # Offense count: 18
340 # Cop supports --auto-correct.
341 Style/IndentArray:
342   Enabled: false
343
344 # Offense count: 15
345 # Cop supports --auto-correct.
346 # Configuration parameters: EnforcedStyle, SupportedStyles.
347 Style/IndentHash:
348   Enabled: false
349
350 # Offense count: 22
351 # Cop supports --auto-correct.
352 Style/IndentationConsistency:
353   Enabled: false
354
355 # Offense count: 40
356 # Cop supports --auto-correct.
357 # Configuration parameters: Width.
358 Style/IndentationWidth:
359   Enabled: false
360
361 # Offense count: 67
362 # Cop supports --auto-correct.
363 Style/LeadingCommentSpace:
364   Enabled: false
365
366 # Offense count: 74
367 # Cop supports --auto-correct.
368 Style/LineEndConcatenation:
369   Enabled: false
370
371 # Offense count: 17
372 # Cop supports --auto-correct.
373 Style/MethodCallParentheses:
374   Enabled: false
375
376 # Offense count: 1
377 # Cop supports --auto-correct.
378 # Configuration parameters: EnforcedStyle, SupportedStyles.
379 Style/MethodDefParentheses:
380   Enabled: false
381
382 # Offense count: 12
383 # Configuration parameters: EnforcedStyle, SupportedStyles.
384 Style/MethodName:
385   Enabled: false
386
387 # Offense count: 28
388 # Cop supports --auto-correct.
389 Style/MultilineIfThen:
390   Enabled: false
391
392 # Offense count: 34
393 # Cop supports --auto-correct.
394 # Configuration parameters: EnforcedStyle, SupportedStyles.
395 Style/MultilineOperationIndentation:
396   Enabled: false
397
398 # Offense count: 3
399 Style/MultilineTernaryOperator:
400   Enabled: false
401
402 # Offense count: 19
403 # Cop supports --auto-correct.
404 Style/NegatedIf:
405   Enabled: false
406
407 # Offense count: 1
408 Style/NestedTernaryOperator:
409   Enabled: false
410
411 # Offense count: 11
412 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
413 Style/Next:
414   Enabled: false
415
416 # Offense count: 1
417 # Cop supports --auto-correct.
418 # Configuration parameters: IncludeSemanticChanges.
419 Style/NonNilCheck:
420   Enabled: false
421
422 # Offense count: 32
423 # Cop supports --auto-correct.
424 Style/Not:
425   Enabled: false
426
427 # Offense count: 53
428 # Cop supports --auto-correct.
429 Style/NumericLiterals:
430   MinDigits: 11
431
432 # Offense count: 42
433 Style/OneLineConditional:
434   Enabled: false
435
436 # Offense count: 2
437 Style/OpMethod:
438   Enabled: false
439
440 # Offense count: 7
441 # Cop supports --auto-correct.
442 # Configuration parameters: AllowSafeAssignment.
443 Style/ParenthesesAroundCondition:
444   Enabled: false
445
446 # Offense count: 21
447 # Cop supports --auto-correct.
448 # Configuration parameters: PreferredDelimiters.
449 Style/PercentLiteralDelimiters:
450   Enabled: false
451
452 # Offense count: 44
453 # Cop supports --auto-correct.
454 Style/PerlBackrefs:
455   Enabled: false
456
457 # Offense count: 8
458 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
459 Style/PredicateName:
460   Enabled: false
461
462 # Offense count: 8
463 # Cop supports --auto-correct.
464 Style/Proc:
465   Enabled: false
466
467 # Offense count: 95
468 # Configuration parameters: EnforcedStyle, SupportedStyles.
469 Style/RaiseArgs:
470   Enabled: false
471
472 # Offense count: 11
473 # Cop supports --auto-correct.
474 Style/RedundantBegin:
475   Enabled: false
476
477 # Offense count: 113
478 # Cop supports --auto-correct.
479 # Configuration parameters: AllowMultipleReturnValues.
480 Style/RedundantReturn:
481   Enabled: false
482
483 # Offense count: 200
484 # Cop supports --auto-correct.
485 Style/RedundantSelf:
486   Enabled: false
487
488 # Offense count: 11
489 Style/RegexpLiteral:
490   MaxSlashes: 5
491
492 # Offense count: 2
493 Style/RescueModifier:
494   Enabled: false
495
496 # Offense count: 7
497 # Cop supports --auto-correct.
498 Style/SelfAssignment:
499   Enabled: false
500
501 # Offense count: 60
502 # Cop supports --auto-correct.
503 # Configuration parameters: AllowAsExpressionSeparator.
504 Style/Semicolon:
505   Enabled: false
506
507 # Offense count: 156
508 # Cop supports --auto-correct.
509 # Configuration parameters: EnforcedStyle, SupportedStyles.
510 Style/SignalException:
511   Enabled: false
512
513 # Offense count: 4
514 # Configuration parameters: Methods.
515 Style/SingleLineBlockParams:
516   Enabled: false
517
518 # Offense count: 3
519 # Cop supports --auto-correct.
520 Style/SingleSpaceBeforeFirstArg:
521   Enabled: false
522
523 # Offense count: 2
524 # Cop supports --auto-correct.
525 Style/SpaceAfterColon:
526   Enabled: false
527
528 # Offense count: 409
529 # Cop supports --auto-correct.
530 Style/SpaceAfterComma:
531   Enabled: false
532
533 # Offense count: 1
534 # Cop supports --auto-correct.
535 Style/SpaceAfterControlKeyword:
536   Enabled: false
537
538 # Offense count: 3
539 # Cop supports --auto-correct.
540 Style/SpaceAfterMethodName:
541   Enabled: false
542
543 # Offense count: 34
544 # Cop supports --auto-correct.
545 # Configuration parameters: EnforcedStyle, SupportedStyles.
546 Style/SpaceAroundEqualsInParameterDefault:
547   Enabled: false
548
549 # Offense count: 493
550 # Cop supports --auto-correct.
551 Style/SpaceAroundOperators:
552   Enabled: false
553
554 # Offense count: 1
555 # Cop supports --auto-correct.
556 # Configuration parameters: EnforcedStyle, SupportedStyles.
557 Style/SpaceBeforeBlockBraces:
558   Enabled: false
559
560 # Offense count: 13
561 # Cop supports --auto-correct.
562 Style/SpaceBeforeComma:
563   Enabled: false
564
565 # Offense count: 2
566 # Cop supports --auto-correct.
567 Style/SpaceBeforeComment:
568   Enabled: false
569
570 # Offense count: 76
571 # Cop supports --auto-correct.
572 # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
573 Style/SpaceInsideBlockBraces:
574   Enabled: false
575
576 # Offense count: 133
577 # Cop supports --auto-correct.
578 Style/SpaceInsideBrackets:
579   Enabled: false
580
581 # Offense count: 778
582 # Cop supports --auto-correct.
583 # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
584 Style/SpaceInsideHashLiteralBraces:
585   Enabled: false
586
587 # Offense count: 9
588 # Cop supports --auto-correct.
589 Style/SpaceInsideParens:
590   Enabled: false
591
592 # Offense count: 3
593 # Cop supports --auto-correct.
594 Style/SpaceInsideRangeLiteral:
595   Enabled: false
596
597 # Offense count: 2
598 # Cop supports --auto-correct.
599 Style/SpecialGlobalVars:
600   Enabled: false
601
602 # Offense count: 6639
603 # Cop supports --auto-correct.
604 # Configuration parameters: EnforcedStyle, SupportedStyles.
605 Style/StringLiterals:
606   Enabled: false
607
608 # Offense count: 8
609 # Cop supports --auto-correct.
610 # Configuration parameters: EnforcedStyle, SupportedStyles.
611 Style/StringLiteralsInInterpolation:
612   Enabled: false
613
614 # Offense count: 1
615 Style/StructInheritance:
616   Enabled: false
617
618 # Offense count: 38
619 # Cop supports --auto-correct.
620 # Configuration parameters: IgnoredMethods.
621 Style/SymbolProc:
622   Enabled: false
623
624 # Offense count: 218
625 # Cop supports --auto-correct.
626 Style/Tab:
627   Enabled: false
628
629 # Offense count: 6
630 # Cop supports --auto-correct.
631 # Configuration parameters: EnforcedStyle, SupportedStyles.
632 Style/TrailingBlankLines:
633   Enabled: false
634
635 # Offense count: 4
636 # Cop supports --auto-correct.
637 # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
638 Style/TrailingComma:
639   Enabled: false
640
641 # Offense count: 1052
642 # Cop supports --auto-correct.
643 Style/TrailingWhitespace:
644   Enabled: false
645
646 # Offense count: 13
647 # Cop supports --auto-correct.
648 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
649 Style/TrivialAccessors:
650   Enabled: false
651
652 # Offense count: 10
653 Style/UnlessElse:
654   Enabled: false
655
656 # Offense count: 2
657 # Configuration parameters: EnforcedStyle, SupportedStyles.
658 Style/VariableName:
659   Enabled: false
660
661 # Offense count: 27
662 # Cop supports --auto-correct.
663 Style/WhenThen:
664   Enabled: false
665
666 # Offense count: 3
667 # Cop supports --auto-correct.
668 Style/WhileUntilDo:
669   Enabled: false
670
671 # Offense count: 1
672 # Configuration parameters: MaxLineLength.
673 Style/WhileUntilModifier:
674   Enabled: false
675
676 # Offense count: 85
677 # Cop supports --auto-correct.
678 # Configuration parameters: WordRegex.
679 Style/WordArray:
680   MinSize: 14