1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2019-03-07 18:25:02 -0800 using RuboCop version 0.65.0 .
3
+ # on 2019-06-16 12:01:03 -0700 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
@@ -51,7 +51,7 @@ Layout/AlignArray:
51
51
Exclude :
52
52
- ' spec/annotate/annotate_models_spec.rb'
53
53
54
- # Offense count: 103
54
+ # Offense count: 104
55
55
# Cop supports --auto-correct.
56
56
# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
57
57
# SupportedHashRocketStyles: key, separator, table
@@ -149,7 +149,7 @@ Layout/EmptyLinesAroundExceptionHandlingKeywords:
149
149
150
150
# Offense count: 24
151
151
# Cop supports --auto-correct.
152
- # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
152
+ # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
153
153
Layout/ExtraSpacing :
154
154
Exclude :
155
155
- ' Guardfile'
@@ -170,7 +170,7 @@ Layout/ExtraSpacing:
170
170
# Cop supports --auto-correct.
171
171
# Configuration parameters: IndentationWidth.
172
172
# SupportedStyles: special_inside_parentheses, consistent, align_braces
173
- Layout/IndentHash :
173
+ Layout/IndentFirstHashElement :
174
174
EnforcedStyle : consistent
175
175
176
176
# Offense count: 54
@@ -247,7 +247,7 @@ Layout/SpaceAroundKeyword:
247
247
- ' spec/integration/rails_4.2.0/Gemfile'
248
248
- ' spec/integration/standalone/Gemfile'
249
249
250
- # Offense count: 4
250
+ # Offense count: 5
251
251
# Cop supports --auto-correct.
252
252
# Configuration parameters: AllowForAlignment.
253
253
Layout/SpaceAroundOperators :
@@ -419,15 +419,15 @@ Lint/UnusedBlockArgument:
419
419
Exclude :
420
420
- ' bin/annotate'
421
421
422
- # Offense count: 18
422
+ # Offense count: 19
423
423
Metrics/AbcSize :
424
- Max : 139
424
+ Max : 138
425
425
426
- # Offense count: 29
426
+ # Offense count: 27
427
427
# Configuration parameters: CountComments, ExcludedMethods.
428
428
# ExcludedMethods: refine
429
429
Metrics/BlockLength :
430
- Max : 1140
430
+ Max : 244
431
431
432
432
# Offense count: 1
433
433
# Configuration parameters: CountBlocks.
@@ -475,14 +475,6 @@ Naming/UncommunicativeMethodParamName:
475
475
Exclude :
476
476
- ' Rakefile'
477
477
478
- # Offense count: 4
479
- # Cop supports --auto-correct.
480
- Performance/RegexpMatch :
481
- Exclude :
482
- - ' lib/annotate/annotate_models.rb'
483
- - ' lib/annotate/annotate_routes.rb'
484
- - ' spec/integration/rails_2.3_with_bundler/config/boot.rb'
485
-
486
478
# Offense count: 1
487
479
# Configuration parameters: EnforcedStyle.
488
480
# SupportedStyles: inline, group
@@ -688,7 +680,7 @@ Style/NestedParenthesizedCalls:
688
680
Style/NumericLiterals :
689
681
MinDigits : 15
690
682
691
- # Offense count: 2
683
+ # Offense count: 3
692
684
# Cop supports --auto-correct.
693
685
# Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.
694
686
# SupportedStyles: predicate, comparison
@@ -809,7 +801,7 @@ Style/StderrPuts:
809
801
- ' lib/annotate/annotate_models.rb'
810
802
- ' spec/integration/rails_2.3_with_bundler/config/boot.rb'
811
803
812
- # Offense count: 240
804
+ # Offense count: 243
813
805
# Cop supports --auto-correct.
814
806
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
815
807
# SupportedStyles: single_quotes, double_quotes
@@ -867,8 +859,9 @@ Style/UnneededPercentQ:
867
859
- ' annotate.gemspec'
868
860
- ' spec/integration/rails_2.3_with_bundler/config/boot.rb'
869
861
870
- # Offense count: 424
871
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
862
+ # Offense count: 431
863
+ # Cop supports --auto-correct.
864
+ # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
872
865
# URISchemes: http, https
873
866
Metrics/LineLength :
874
867
Max : 276
0 commit comments