1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2020-04-06 10:14:15 +0900 using RuboCop version 0.68.1.
3
+ # on 2021-03-29 22:57:27 +0900 using RuboCop version 0.68.1.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -55,7 +55,7 @@ Layout/EmptyLineAfterMagicComment:
55
55
- ' annotate.gemspec'
56
56
- ' spec/lib/annotate/annotate_models_spec.rb'
57
57
58
- # Offense count: 7
58
+ # Offense count: 3
59
59
# Cop supports --auto-correct.
60
60
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
61
61
Layout/ExtraSpacing :
@@ -64,6 +64,13 @@ Layout/ExtraSpacing:
64
64
- ' lib/annotate/annotate_models.rb'
65
65
- ' lib/tasks/annotate_routes.rake'
66
66
67
+ # Offense count: 14
68
+ # Cop supports --auto-correct.
69
+ # Configuration parameters: IndentationWidth.
70
+ # SupportedStyles: special_inside_parentheses, consistent, align_brackets
71
+ Layout/IndentFirstArrayElement :
72
+ EnforcedStyle : consistent
73
+
67
74
# Offense count: 5
68
75
# Cop supports --auto-correct.
69
76
# Configuration parameters: EnforcedStyle, IndentationWidth.
@@ -72,7 +79,7 @@ Layout/MultilineOperationIndentation:
72
79
Exclude :
73
80
- ' lib/annotate/annotate_models.rb'
74
81
75
- # Offense count: 6
82
+ # Offense count: 4
76
83
# Cop supports --auto-correct.
77
84
# Configuration parameters: AllowForAlignment.
78
85
Layout/SpaceAroundOperators :
@@ -190,7 +197,7 @@ Metrics/BlockNesting:
190
197
Metrics/CyclomaticComplexity :
191
198
Max : 25
192
199
193
- # Offense count: 28
200
+ # Offense count: 29
194
201
# Configuration parameters: CountComments, ExcludedMethods.
195
202
Metrics/MethodLength :
196
203
Max : 40
@@ -204,7 +211,7 @@ Naming/AccessorMethodName:
204
211
Exclude :
205
212
- ' lib/annotate.rb'
206
213
207
- # Offense count: 103
214
+ # Offense count: 105
208
215
# Configuration parameters: Blacklist.
209
216
# Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
210
217
Naming/HeredocDelimiterNaming :
@@ -292,7 +299,7 @@ Style/FormatStringToken:
292
299
Exclude :
293
300
- ' lib/annotate/annotate_models.rb'
294
301
295
- # Offense count: 31
302
+ # Offense count: 33
296
303
# Cop supports --auto-correct.
297
304
# Configuration parameters: EnforcedStyle.
298
305
# SupportedStyles: when_needed, always, never
@@ -368,7 +375,7 @@ Style/NumericPredicate:
368
375
- ' lib/annotate.rb'
369
376
- ' lib/annotate/annotate_models.rb'
370
377
371
- # Offense count: 12
378
+ # Offense count: 13
372
379
# Cop supports --auto-correct.
373
380
# Configuration parameters: PreferredDelimiters.
374
381
Style/PercentLiteralDelimiters :
@@ -453,7 +460,7 @@ Style/StderrPuts:
453
460
- ' lib/annotate.rb'
454
461
- ' lib/annotate/annotate_models.rb'
455
462
456
- # Offense count: 107
463
+ # Offense count: 57
457
464
# Cop supports --auto-correct.
458
465
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
459
466
# SupportedStyles: single_quotes, double_quotes
@@ -502,7 +509,7 @@ Style/UnneededPercentQ:
502
509
Exclude :
503
510
- ' annotate.gemspec'
504
511
505
- # Offense count: 380
512
+ # Offense count: 391
506
513
# Cop supports --auto-correct.
507
514
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
508
515
# URISchemes: http, https
0 commit comments