BigW Consortium Gitlab

.rubocop_todo.yml 12.5 KB
Newer Older
1
# This configuration was generated by
2
# `rubocop --auto-gen-config --exclude-limit 0`
3
# on 2016-10-04 13:16:20 +0200 using RuboCop version 0.43.0.
4 5 6 7 8
# The point is for the user to remove these configuration records
# one by one as the offenses 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.

9
# Offense count: 160
10 11 12
Lint/AmbiguousRegexpLiteral:
  Enabled: false

13
# Offense count: 40
14 15 16 17
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
  Enabled: false

18
# Offense count: 18
19 20 21 22 23
Lint/HandleExceptions:
  Enabled: false

# Offense count: 2
Lint/Loop:
24
  Enabled: false
25

26
# Offense count: 19
27 28 29
Lint/ShadowingOuterLocalVariable:
  Enabled: false

30 31 32 33 34 35 36 37 38 39 40
# Offense count: 9
# Cop supports --auto-correct.
Lint/UnifiedInteger:
  Enabled: false

# Offense count: 13
# Cop supports --auto-correct.
Lint/UnneededSplatExpansion:
  Enabled: false

# Offense count: 69
41 42 43 44 45
# Cop supports --auto-correct.
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
Lint/UnusedBlockArgument:
  Enabled: false

46
# Offense count: 144
47 48 49 50 51 52 53 54
# Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument:
  Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
Performance/RedundantBlockCall:
55
  Enabled: false
56

57
# Offense count: 5
58 59
# Cop supports --auto-correct.
Performance/RedundantMatch:
60
  Enabled: false
61

62
# Offense count: 26
63 64 65 66 67
# Cop supports --auto-correct.
# Configuration parameters: MaxKeyValuePairs.
Performance/RedundantMerge:
  Enabled: false

68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
# Offense count: 7
RSpec/BeEql:
  Enabled: false

# Offense count: 20
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup:
  Enabled: false

# Offense count: 16
RSpec/ExpectActual:
  Enabled: false

# Offense count: 34
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: implicit, each, example
RSpec/HookArgument:
  Enabled: false

# Offense count: 168
RSpec/LeadingSubject:
  Enabled: false

# Offense count: 162
RSpec/LetSetup:
  Enabled: false

# Offense count: 10
RSpec/MessageChain:
  Enabled: false

# Offense count: 714
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: allow, expect
RSpec/MessageExpectation:
  Enabled: false

# Offense count: 2423
RSpec/MultipleExpectations:
  Max: 36

# Offense count: 1504
RSpec/NamedSubject:
  Enabled: false

# Offense count: 1335
# Configuration parameters: MaxNesting.
RSpec/NestedGroups:
  Enabled: false

# Offense count: 99
RSpec/SubjectStub:
  Enabled: false

# Offense count: 64
123 124 125
Rails/OutputSafety:
  Enabled: false

126
# Offense count: 151
127 128 129 130 131
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: strict, flexible
Rails/TimeZone:
  Enabled: false

132
# Offense count: 15
133 134 135 136 137 138
# Cop supports --auto-correct.
# Configuration parameters: Include.
# Include: app/models/**/*.rb
Rails/Validation:
  Enabled: false

139 140 141 142 143 144
# Offense count: 2
# Cop supports --auto-correct.
Security/JSONLoad:
  Enabled: false

# Offense count: 284
145 146 147 148 149 150
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: with_first_parameter, with_fixed_indentation
Style/AlignParameters:
  Enabled: false

151
# Offense count: 28
152 153 154 155 156 157
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: always, conditionals
Style/AndOr:
  Enabled: false

158
# Offense count: 52
159 160 161 162 163 164
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: percent_q, bare_percent
Style/BarePercentLiterals:
  Enabled: false

165
# Offense count: 291
166 167 168 169 170 171
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: braces, no_braces, context_dependent
Style/BracesAroundHashParameters:
  Enabled: false

172
# Offense count: 6
173
Style/CaseEquality:
174
  Enabled: false
175

176
# Offense count: 26
177 178 179 180
# Cop supports --auto-correct.
Style/ColonMethodCall:
  Enabled: false

181
# Offense count: 2
182 183 184 185
# Cop supports --auto-correct.
# Configuration parameters: Keywords.
# Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW
Style/CommentAnnotation:
186
  Enabled: false
187

188
# Offense count: 30
189 190 191 192 193 194
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, SingleLineConditionsOnly.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
  Enabled: false

195
# Offense count: 957
196 197 198 199 200 201
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: leading, trailing
Style/DotPosition:
  Enabled: false

Connor Shea committed
202
# Offense count: 13
203 204 205
Style/DoubleNegation:
  Enabled: false

206
# Offense count: 6
207
# Cop supports --auto-correct.
208
Style/EachWithObject:
209
  Enabled: false
210

211
# Offense count: 26
212 213 214 215 216 217 218 219 220
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: empty, nil, both
Style/EmptyElse:
  Enabled: false

# Offense count: 3
# Cop supports --auto-correct.
Style/EmptyLiteral:
221
  Enabled: false
222

223
# Offense count: 140
224 225 226 227 228
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Style/ExtraSpacing:
  Enabled: false

229
# Offense count: 6
230 231 232
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: format, sprintf, percent
Style/FormatString:
233
  Enabled: false
234

235
# Offense count: 201
236 237 238 239
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Enabled: false

240
# Offense count: 11
241 242 243
Style/IfInsideElse:
  Enabled: false

244
# Offense count: 174
245 246 247 248 249
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
  Enabled: false

250
# Offense count: 53
251 252 253 254 255 256
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Style/IndentArray:
  Enabled: false

257
# Offense count: 95
258 259 260 261 262 263
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_braces
Style/IndentHash:
  Enabled: false

264
# Offense count: 29
265 266 267 268
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: line_count_dependent, lambda, literal
Style/Lambda:
269
  Enabled: false
270

271
# Offense count: 5
272 273
# Cop supports --auto-correct.
Style/LineEndConcatenation:
274
  Enabled: false
275

276
# Offense count: 15
277 278
# Cop supports --auto-correct.
Style/MethodCallParentheses:
279
  Enabled: false
280

281 282 283 284
# Offense count: 8
Style/MethodMissing:
  Enabled: false

285
# Offense count: 95
286 287 288 289
# Cop supports --auto-correct.
Style/MutableConstant:
  Enabled: false

290
# Offense count: 8
291 292
# Cop supports --auto-correct.
Style/NestedParenthesizedCalls:
293
  Enabled: false
294

295
# Offense count: 13
296 297 298 299 300 301
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
# SupportedStyles: skip_modifier_ifs, always
Style/Next:
  Enabled: false

302
# Offense count: 12
303 304 305 306
# Cop supports --auto-correct.
# Configuration parameters: EnforcedOctalStyle, SupportedOctalStyles.
# SupportedOctalStyles: zero_with_o, zero_only
Style/NumericLiteralPrefix:
307
  Enabled: false
308

309
# Offense count: 53
310 311 312 313 314 315
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Enabled: false

316 317 318 319 320
# Offense count: 29
# Cop supports --auto-correct.
Style/ParallelAssignment:
  Enabled: false

321
# Offense count: 294
322 323 324 325 326 327 328 329 330 331
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
  Enabled: false

# Offense count: 11
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: lower_case_q, upper_case_q
Style/PercentQLiterals:
332
  Enabled: false
333

Connor Shea committed
334
# Offense count: 13
335 336 337 338
# Cop supports --auto-correct.
Style/PerlBackrefs:
  Enabled: false

339
# Offense count: 38
340 341 342 343 344 345 346
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
Style/PredicateName:
  Enabled: false

347
# Offense count: 26
348 349
# Cop supports --auto-correct.
Style/PreferredHashMethods:
350 351 352 353 354
  Enabled: false

# Offense count: 6
# Cop supports --auto-correct.
Style/Proc:
355
  Enabled: false
356

357
# Offense count: 22
358 359 360 361 362 363
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, exploded
Style/RaiseArgs:
  Enabled: false

364
# Offense count: 4
365 366
# Cop supports --auto-correct.
Style/RedundantBegin:
367
  Enabled: false
368 369 370 371

# Offense count: 1
# Cop supports --auto-correct.
Style/RedundantException:
372
  Enabled: false
373

374
# Offense count: 24
375 376 377 378
# Cop supports --auto-correct.
Style/RedundantFreeze:
  Enabled: false

379
# Offense count: 427
380 381 382 383
# Cop supports --auto-correct.
Style/RedundantSelf:
  Enabled: false

384
# Offense count: 97
385 386 387 388 389 390
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
  Enabled: false

391
# Offense count: 18
392 393 394 395
# Cop supports --auto-correct.
Style/RescueModifier:
  Enabled: false

396 397 398 399 400 401
# Offense count: 114
# Cop supports --auto-correct.
Style/SafeNavigation:
  Enabled: false

# Offense count: 7
402 403
# Cop supports --auto-correct.
Style/SelfAssignment:
404
  Enabled: false
405 406 407 408 409

# Offense count: 2
# Configuration parameters: Methods.
# Methods: {"reduce"=>["a", "e"]}, {"inject"=>["a", "e"]}
Style/SingleLineBlockParams:
410
  Enabled: false
411 412 413 414 415

# Offense count: 50
# Cop supports --auto-correct.
# Configuration parameters: AllowIfMethodIsEmpty.
Style/SingleLineMethods:
416
  Enabled: false
417

418
# Offense count: 125
419 420 421 422 423 424
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: space, no_space
Style/SpaceBeforeBlockBraces:
  Enabled: false

425
# Offense count: 10
426 427 428
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Style/SpaceBeforeFirstArg:
429
  Enabled: false
430

431
# Offense count: 145
432 433 434 435 436 437
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
Style/SpaceInsideBlockBraces:
  Enabled: false

438
# Offense count: 99
439 440 441 442
# Cop supports --auto-correct.
Style/SpaceInsideBrackets:
  Enabled: false

443
# Offense count: 65
444 445 446
# Cop supports --auto-correct.
Style/SpaceInsideParens:
  Enabled: false
447

448
# Offense count: 7
449 450
# Cop supports --auto-correct.
Style/SpaceInsidePercentLiteralDelimiters:
451
  Enabled: false
452

453
# Offense count: 41
454 455 456 457 458 459
# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles.
# SupportedStyles: use_perl_names, use_english_names
Style/SpecialGlobalVars:
  EnforcedStyle: use_perl_names

460
# Offense count: 31
461 462 463 464 465 466
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiteralsInInterpolation:
  Enabled: false

467
# Offense count: 33
468 469 470 471 472 473
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to, define_method
Style/SymbolProc:
  Enabled: false

474 475 476 477 478 479 480
# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowSafeAssignment.
# SupportedStyles: require_parentheses, require_no_parentheses
Style/TernaryParentheses:
  Enabled: false

481
# Offense count: 29
482 483 484 485 486 487
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
# SupportedStyles: comma, consistent_comma, no_comma
Style/TrailingCommaInArguments:
  Enabled: false

488
# Offense count: 102
489 490 491 492 493 494 495 496 497 498
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
# SupportedStyles: comma, consistent_comma, no_comma
Style/TrailingCommaInLiteral:
  Enabled: false

# Offense count: 7
# Cop supports --auto-correct.
# Configuration parameters: AllowNamedUnderscoreVariables.
Style/TrailingUnderscoreVariable:
499
  Enabled: false
500

501
# Offense count: 76
502 503 504 505 506 507 508 509 510
# Cop supports --auto-correct.
Style/TrailingWhitespace:
  Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
# Whitelist: to_ary, to_a, to_c, to_enum, to_h, to_hash, to_i, to_int, to_io, to_open, to_path, to_proc, to_r, to_regexp, to_str, to_s, to_sym
Style/TrivialAccessors:
511
  Enabled: false
512

513
# Offense count: 2
514 515
# Cop supports --auto-correct.
Style/UnlessElse:
516
  Enabled: false
517

518
# Offense count: 14
519 520 521 522 523 524 525
# Cop supports --auto-correct.
Style/UnneededInterpolation:
  Enabled: false

# Offense count: 8
# Cop supports --auto-correct.
Style/ZeroLengthPredicate:
526
  Enabled: false