1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2020-02-13 18:10:52 +0900 using RuboCop version 0.68.1.
3
+ # on 2020-02-13 20:05:34 +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
@@ -64,14 +64,6 @@ Layout/ExtraSpacing:
64
64
- ' lib/annotate/annotate_models.rb'
65
65
- ' lib/tasks/annotate_routes.rake'
66
66
67
- # Offense count: 4
68
- # Cop supports --auto-correct.
69
- # Configuration parameters: EnforcedStyle, IndentationWidth.
70
- # SupportedStyles: aligned, indented, indented_relative_to_receiver
71
- Layout/MultilineMethodCallIndentation :
72
- Exclude :
73
- - ' spec/lib/annotate/annotate_routes_spec.rb'
74
-
75
67
# Offense count: 5
76
68
# Cop supports --auto-correct.
77
69
# Configuration parameters: EnforcedStyle, IndentationWidth.
@@ -221,7 +213,7 @@ Naming/AccessorMethodName:
221
213
Exclude :
222
214
- ' lib/annotate.rb'
223
215
224
- # Offense count: 93
216
+ # Offense count: 103
225
217
# Configuration parameters: Blacklist.
226
218
# Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
227
219
Naming/HeredocDelimiterNaming :
@@ -478,7 +470,7 @@ Style/StderrPuts:
478
470
- ' lib/annotate.rb'
479
471
- ' lib/annotate/annotate_models.rb'
480
472
481
- # Offense count: 111
473
+ # Offense count: 107
482
474
# Cop supports --auto-correct.
483
475
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
484
476
# SupportedStyles: single_quotes, double_quotes
@@ -490,7 +482,6 @@ Style/StringLiterals:
490
482
- ' lib/tasks/annotate_models_migrate.rake'
491
483
- ' lib/tasks/annotate_routes.rake'
492
484
- ' spec/lib/annotate/annotate_models_spec.rb'
493
- - ' spec/lib/annotate/annotate_routes_spec.rb'
494
485
- ' spec/lib/annotate/parser_spec.rb'
495
486
496
487
# Offense count: 1
@@ -528,7 +519,7 @@ Style/UnneededPercentQ:
528
519
Exclude :
529
520
- ' annotate.gemspec'
530
521
531
- # Offense count: 346
522
+ # Offense count: 377
532
523
# Cop supports --auto-correct.
533
524
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
534
525
# URISchemes: http, https
0 commit comments