BigW Consortium Gitlab

.rubocop_todo.yml 9.83 KB
Newer Older
1
# This configuration was generated by
2
# `rubocop --auto-gen-config --exclude-limit 0`
3
# on 2017-02-22 13:02:35 -0600 using RuboCop version 0.47.1.
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 10
# Offense count: 51
RSpec/BeforeAfterAll:
11 12
  Enabled: false

13
# Offense count: 15
14 15
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup:
16
  Enabled: false
Douwe Maan committed
17

18 19 20 21
# Offense count: 1
RSpec/ExpectOutput:
  Enabled: false

Douwe Maan committed
22
# Offense count: 63
23 24 25 26 27
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: implicit, each, example
RSpec/HookArgument:
  Enabled: false

28 29 30 31
# Offense count: 12
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: is_expected, should
RSpec/ImplicitExpect:
32
  Enabled: false
33

34 35 36 37 38 39 40 41
# Offense count: 36
RSpec/RepeatedExample:
  Enabled: false

# Offense count: 34
RSpec/ScatteredSetup:
  Enabled: false

42 43
# Offense count: 1
RSpec/SingleArgumentMessageChain:
44 45
  Enabled: false

46 47 48 49 50 51 52 53 54 55 56 57 58 59
# Offense count: 163
Rails/FilePath:
  Enabled: false

# Offense count: 2
# Configuration parameters: Include.
# Include: db/migrate/*.rb
Rails/ReversibleMigration:
  Enabled: false

# Offense count: 278
# Configuration parameters: Blacklist.
# Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters
Rails/SkipsModelValidations:
60 61
  Enabled: false

62
# Offense count: 7
63
# Cop supports --auto-correct.
64
Security/YAMLLoad:
65
  Enabled: false
66

67 68 69 70 71 72
# Offense count: 55
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: percent_q, bare_percent
Style/BarePercentLiterals:
  Enabled: false
73

74 75 76 77 78 79 80
# Offense count: 1304
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: leading, trailing
Style/DotPosition:
  Enabled: false

Douwe Maan committed
81
# Offense count: 6
82
# Cop supports --auto-correct.
83
Style/EachWithObject:
84
  Enabled: false
85

86
# Offense count: 25
87 88 89 90 91 92
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: empty, nil, both
Style/EmptyElse:
  Enabled: false

93
# Offense count: 4
94 95
# Cop supports --auto-correct.
Style/EmptyLiteral:
96
  Enabled: false
97

98
# Offense count: 56
99 100 101 102
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, expanded
Style/EmptyMethod:
103
  Enabled: false
104

105
# Offense count: 184
106 107 108 109 110
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Style/ExtraSpacing:
  Enabled: false

111
# Offense count: 8
112 113 114
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: format, sprintf, percent
Style/FormatString:
115 116
  Enabled: false

117
# Offense count: 268
118 119 120 121
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Enabled: false

122
# Offense count: 14
123
Style/IfInsideElse:
124 125
  Enabled: false

126
# Offense count: 179
127 128 129 130 131
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
  Enabled: false

132
# Offense count: 57
133 134 135 136 137 138
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Style/IndentArray:
  Enabled: false

139
# Offense count: 120
140 141 142 143 144 145
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_braces
Style/IndentHash:
  Enabled: false

Douwe Maan committed
146
# Offense count: 45
147 148 149 150
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: line_count_dependent, lambda, literal
Style/Lambda:
151
  Enabled: false
152

Douwe Maan committed
153
# Offense count: 7
154 155
# Cop supports --auto-correct.
Style/LineEndConcatenation:
156
  Enabled: false
157

Douwe Maan committed
158
# Offense count: 22
159
# Cop supports --auto-correct.
160
Style/MethodCallWithoutArgsParentheses:
161
  Enabled: false
162

163
# Offense count: 9
164
Style/MethodMissing:
165
  Enabled: false
166

167 168 169
# Offense count: 3
# Cop supports --auto-correct.
Style/MultilineIfModifier:
170
  Enabled: false
171

172
# Offense count: 22
173 174
# Cop supports --auto-correct.
Style/NestedParenthesizedCalls:
175
  Enabled: false
176

177
# Offense count: 17
178 179 180 181
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
# SupportedStyles: skip_modifier_ifs, always
Style/Next:
182
  Enabled: false
183

184
# Offense count: 31
185 186 187 188
# Cop supports --auto-correct.
# Configuration parameters: EnforcedOctalStyle, SupportedOctalStyles.
# SupportedOctalStyles: zero_with_o, zero_only
Style/NumericLiteralPrefix:
189
  Enabled: false
Douwe Maan committed
190

191
# Offense count: 77
192
# Cop supports --auto-correct.
193
# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
194 195 196 197
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Enabled: false

Douwe Maan committed
198
# Offense count: 36
199 200 201 202
# Cop supports --auto-correct.
Style/ParallelAssignment:
  Enabled: false

203
# Offense count: 477
204 205 206 207 208
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
  Enabled: false

209
# Offense count: 14
210 211
# Cop supports --auto-correct.
Style/PerlBackrefs:
212
  Enabled: false
Douwe Maan committed
213 214

# Offense count: 72
215 216 217 218 219 220 221
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
Style/PredicateName:
  Enabled: false

Douwe Maan committed
222
# Offense count: 39
223
# Cop supports --auto-correct.
224 225
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: short, verbose
226
Style/PreferredHashMethods:
227 228
  Enabled: false

229
# Offense count: 8
230 231
# Cop supports --auto-correct.
Style/Proc:
232
  Enabled: false
233

Douwe Maan committed
234
# Offense count: 62
235 236 237 238 239 240
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, exploded
Style/RaiseArgs:
  Enabled: false

241
# Offense count: 4
242 243
# Cop supports --auto-correct.
Style/RedundantBegin:
244
  Enabled: false
245

Douwe Maan committed
246
# Offense count: 32
247 248
# Cop supports --auto-correct.
Style/RedundantFreeze:
249
  Enabled: false
250

Douwe Maan committed
251
# Offense count: 15
252 253 254
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
255
  Enabled: false
Douwe Maan committed
256 257

# Offense count: 365
258 259 260 261
# Cop supports --auto-correct.
Style/RedundantSelf:
  Enabled: false

262
# Offense count: 108
263 264 265 266 267 268
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
  Enabled: false

Douwe Maan committed
269
# Offense count: 22
270 271
# Cop supports --auto-correct.
Style/RescueModifier:
272
  Enabled: false
273 274

# Offense count: 7
275 276
# Cop supports --auto-correct.
Style/SelfAssignment:
277
  Enabled: false
278 279 280 281 282

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

285
# Offense count: 155
286 287 288 289 290 291
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: space, no_space
Style/SpaceBeforeBlockBraces:
  Enabled: false

292
# Offense count: 8
293 294 295
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Style/SpaceBeforeFirstArg:
296
  Enabled: false
297

Douwe Maan committed
298
# Offense count: 38
299 300 301 302
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: require_no_space, require_space
Style/SpaceInLambdaLiteral:
303 304
  Enabled: false

305
# Offense count: 203
306
# Cop supports --auto-correct.
307
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces, SpaceBeforeBlockParameters.
308
# SupportedStyles: space, no_space
309
# SupportedStylesForEmptyBraces: space, no_space
310 311 312
Style/SpaceInsideBlockBraces:
  Enabled: false

313
# Offense count: 91
314 315 316
# Cop supports --auto-correct.
Style/SpaceInsideParens:
  Enabled: false
317

318
# Offense count: 4
319 320
# Cop supports --auto-correct.
Style/SpaceInsidePercentLiteralDelimiters:
321
  Enabled: false
322

323
# Offense count: 55
324 325 326 327 328 329
# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles.
# SupportedStyles: use_perl_names, use_english_names
Style/SpecialGlobalVars:
  EnforcedStyle: use_perl_names

330
# Offense count: 40
331 332 333 334
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiteralsInInterpolation:
335
  Enabled: false
336

Douwe Maan committed
337
# Offense count: 57
338 339 340 341 342 343
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to, define_method
Style/SymbolProc:
  Enabled: false

344 345 346
# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowSafeAssignment.
347
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
348
Style/TernaryParentheses:
349
  Enabled: false
350

Douwe Maan committed
351
# Offense count: 43
352
# Cop supports --auto-correct.
353 354
# Configuration parameters: EnforcedStyleForMultiline, SupportedStylesForMultiline.
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
355 356 357
Style/TrailingCommaInArguments:
  Enabled: false

358
# Offense count: 13
359 360 361
# Cop supports --auto-correct.
# Configuration parameters: AllowNamedUnderscoreVariables.
Style/TrailingUnderscoreVariable:
362
  Enabled: false
363

364
# Offense count: 70
365 366 367 368
# Cop supports --auto-correct.
Style/TrailingWhitespace:
  Enabled: false

369
# Offense count: 3
370 371 372 373
# 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:
374
  Enabled: false
375

376
# Offense count: 6
377 378
# Cop supports --auto-correct.
Style/UnlessElse:
379
  Enabled: false
380

381
# Offense count: 22
382 383
# Cop supports --auto-correct.
Style/UnneededInterpolation:
384
  Enabled: false
385 386 387 388

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