BigW Consortium Gitlab

.rubocop_todo.yml 8.61 KB
Newer Older
1
# This configuration was generated by
2
# `rubocop --auto-gen-config --exclude-limit 0`
3
# on 2017-07-10 01:48:30 +0900 using RuboCop version 0.49.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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
# Offense count: 181
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Layout/ExtraSpacing:
  Enabled: false

# Offense count: 119
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Layout/IndentArray:
  Enabled: false

# Offense count: 208
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_braces
Layout/IndentHash:
  Enabled: false

# Offense count: 8
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Layout/SpaceBeforeFirstArg:
  Enabled: false

# Offense count: 64
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: require_no_space, require_space
Layout/SpaceInLambdaLiteral:
  Enabled: false

# Offense count: 256
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces:
  Enabled: false

# Offense count: 135
# Cop supports --auto-correct.
Layout/SpaceInsideParens:
  Enabled: false

# Offense count: 14
# Cop supports --auto-correct.
Layout/SpaceInsidePercentLiteralDelimiters:
  Enabled: false

# Offense count: 272
61 62 63
RSpec/EmptyLineAfterFinalLet:
  Enabled: false

64
# Offense count: 181
65 66 67
RSpec/EmptyLineAfterSubject:
  Enabled: false

68
# Offense count: 9
69 70 71 72 73 74 75 76 77
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: it_behaves_like, it_should_behave_like
RSpec/ItBehavesLike:
  Enabled: false

# Offense count: 4
RSpec/IteratedExpectation:
  Enabled: false

78
# Offense count: 2
79
RSpec/OverwritingSetup:
80 81
  Enabled: false

82
# Offense count: 36
83 84 85
RSpec/RepeatedExample:
  Enabled: false

86
# Offense count: 86
87 88 89
RSpec/ScatteredLet:
  Enabled: false

90
# Offense count: 20
91 92 93
RSpec/ScatteredSetup:
  Enabled: false

94
# Offense count: 1
95
RSpec/SharedContext:
96 97
  Enabled: false

98
# Offense count: 115
99 100 101 102 103 104 105 106 107
Rails/FilePath:
  Enabled: false

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

108
# Offense count: 336
109 110 111
# Configuration parameters: Blacklist.
# Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters
Rails/SkipsModelValidations:
112 113
  Enabled: false

114
# Offense count: 11
115
# Cop supports --auto-correct.
116
Security/YAMLLoad:
117
  Enabled: false
118

119
# Offense count: 58
120 121 122 123 124
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: percent_q, bare_percent
Style/BarePercentLiterals:
  Enabled: false
125

126
# Offense count: 6
127
# Cop supports --auto-correct.
128
Style/EachWithObject:
129
  Enabled: false
130

131
# Offense count: 31
132 133 134 135 136 137
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: empty, nil, both
Style/EmptyElse:
  Enabled: false

138
# Offense count: 9
139 140
# Cop supports --auto-correct.
Style/EmptyLiteral:
141
  Enabled: false
142

143
# Offense count: 78
144 145 146 147
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, expanded
Style/EmptyMethod:
148
  Enabled: false
149

150
# Offense count: 23
151 152 153 154
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: format, sprintf, percent
Style/FormatString:
155 156
  Enabled: false

157
# Offense count: 301
158 159 160 161
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Enabled: false

162
# Offense count: 18
163
Style/IfInsideElse:
164 165
  Enabled: false

166
# Offense count: 182
167 168 169 170 171
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
  Enabled: false

172
# Offense count: 52
173 174 175 176
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: line_count_dependent, lambda, literal
Style/Lambda:
177
  Enabled: false
178

179
# Offense count: 6
180 181
# Cop supports --auto-correct.
Style/LineEndConcatenation:
182
  Enabled: false
183

184
# Offense count: 40
185
# Cop supports --auto-correct.
186
Style/MethodCallWithoutArgsParentheses:
187
  Enabled: false
188

189
# Offense count: 13
190
Style/MethodMissing:
191
  Enabled: false
192

193
# Offense count: 6
194 195
# Cop supports --auto-correct.
Style/MultilineIfModifier:
196
  Enabled: false
197

198
# Offense count: 26
199 200
# Cop supports --auto-correct.
Style/NestedParenthesizedCalls:
201
  Enabled: false
202

203
# Offense count: 20
204 205 206 207
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
# SupportedStyles: skip_modifier_ifs, always
Style/Next:
208
  Enabled: false
209

210
# Offense count: 45
211 212 213 214
# Cop supports --auto-correct.
# Configuration parameters: EnforcedOctalStyle, SupportedOctalStyles.
# SupportedOctalStyles: zero_with_o, zero_only
Style/NumericLiteralPrefix:
215
  Enabled: false
Douwe Maan committed
216

217
# Offense count: 98
218
# Cop supports --auto-correct.
219
# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
220 221 222 223
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Enabled: false

224
# Offense count: 42
225 226 227 228
# Cop supports --auto-correct.
Style/ParallelAssignment:
  Enabled: false

229
# Offense count: 800
230 231 232 233 234
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
  Enabled: false

235
# Offense count: 15
236 237
# Cop supports --auto-correct.
Style/PerlBackrefs:
238
  Enabled: false
Douwe Maan committed
239

240
# Offense count: 58
241 242 243 244 245 246
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, exploded
Style/RaiseArgs:
  Enabled: false

247
# Offense count: 6
248 249
# Cop supports --auto-correct.
Style/RedundantBegin:
250
  Enabled: false
251

252
# Offense count: 37
253 254
# Cop supports --auto-correct.
Style/RedundantFreeze:
255
  Enabled: false
256

257
# Offense count: 14
258 259 260
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
261
  Enabled: false
Douwe Maan committed
262

263
# Offense count: 406
264 265 266 267
# Cop supports --auto-correct.
Style/RedundantSelf:
  Enabled: false

268
# Offense count: 115
269 270 271 272 273 274
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
  Enabled: false

275
# Offense count: 29
276 277
# Cop supports --auto-correct.
Style/RescueModifier:
278
  Enabled: false
279

280
# Offense count: 8
281 282
# Cop supports --auto-correct.
Style/SelfAssignment:
283
  Enabled: false
284 285 286 287 288

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

291
# Offense count: 64
292 293 294 295 296 297
# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles.
# SupportedStyles: use_perl_names, use_english_names
Style/SpecialGlobalVars:
  EnforcedStyle: use_perl_names

298
# Offense count: 44
299 300 301 302
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiteralsInInterpolation:
303
  Enabled: false
304

305
# Offense count: 84
306 307 308 309 310 311
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to, define_method
Style/SymbolProc:
  Enabled: false

312
# Offense count: 8
313 314
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowSafeAssignment.
315
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
316
Style/TernaryParentheses:
317
  Enabled: false
318

319
# Offense count: 17
320 321 322
# Cop supports --auto-correct.
# Configuration parameters: AllowNamedUnderscoreVariables.
Style/TrailingUnderscoreVariable:
323
  Enabled: false
324

325
# Offense count: 4
326 327 328 329
# 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:
330
  Enabled: false
331

332
# Offense count: 5
333 334
# Cop supports --auto-correct.
Style/UnlessElse:
335
  Enabled: false
336

337
# Offense count: 28
338 339
# Cop supports --auto-correct.
Style/UnneededInterpolation:
340
  Enabled: false
341

342
# Offense count: 11
343 344
# Cop supports --auto-correct.
Style/ZeroLengthPredicate:
345
  Enabled: false