11# This configuration was generated by
22# `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 .
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -51,7 +51,7 @@ Layout/AlignArray:
5151 Exclude :
5252 - ' spec/annotate/annotate_models_spec.rb'
5353
54- # Offense count: 103
54+ # Offense count: 104
5555# Cop supports --auto-correct.
5656# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
5757# SupportedHashRocketStyles: key, separator, table
@@ -149,7 +149,7 @@ Layout/EmptyLinesAroundExceptionHandlingKeywords:
149149
150150# Offense count: 24
151151# Cop supports --auto-correct.
152- # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
152+ # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
153153Layout/ExtraSpacing :
154154 Exclude :
155155 - ' Guardfile'
@@ -170,7 +170,7 @@ Layout/ExtraSpacing:
170170# Cop supports --auto-correct.
171171# Configuration parameters: IndentationWidth.
172172# SupportedStyles: special_inside_parentheses, consistent, align_braces
173- Layout/IndentHash :
173+ Layout/IndentFirstHashElement :
174174 EnforcedStyle : consistent
175175
176176# Offense count: 54
@@ -247,7 +247,7 @@ Layout/SpaceAroundKeyword:
247247 - ' spec/integration/rails_4.2.0/Gemfile'
248248 - ' spec/integration/standalone/Gemfile'
249249
250- # Offense count: 4
250+ # Offense count: 5
251251# Cop supports --auto-correct.
252252# Configuration parameters: AllowForAlignment.
253253Layout/SpaceAroundOperators :
@@ -419,15 +419,15 @@ Lint/UnusedBlockArgument:
419419 Exclude :
420420 - ' bin/annotate'
421421
422- # Offense count: 18
422+ # Offense count: 19
423423Metrics/AbcSize :
424- Max : 139
424+ Max : 138
425425
426- # Offense count: 29
426+ # Offense count: 27
427427# Configuration parameters: CountComments, ExcludedMethods.
428428# ExcludedMethods: refine
429429Metrics/BlockLength :
430- Max : 1140
430+ Max : 244
431431
432432# Offense count: 1
433433# Configuration parameters: CountBlocks.
@@ -475,14 +475,6 @@ Naming/UncommunicativeMethodParamName:
475475 Exclude :
476476 - ' Rakefile'
477477
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-
486478# Offense count: 1
487479# Configuration parameters: EnforcedStyle.
488480# SupportedStyles: inline, group
@@ -688,7 +680,7 @@ Style/NestedParenthesizedCalls:
688680Style/NumericLiterals :
689681 MinDigits : 15
690682
691- # Offense count: 2
683+ # Offense count: 3
692684# Cop supports --auto-correct.
693685# Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.
694686# SupportedStyles: predicate, comparison
@@ -809,7 +801,7 @@ Style/StderrPuts:
809801 - ' lib/annotate/annotate_models.rb'
810802 - ' spec/integration/rails_2.3_with_bundler/config/boot.rb'
811803
812- # Offense count: 240
804+ # Offense count: 243
813805# Cop supports --auto-correct.
814806# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
815807# SupportedStyles: single_quotes, double_quotes
@@ -867,8 +859,9 @@ Style/UnneededPercentQ:
867859 - ' annotate.gemspec'
868860 - ' spec/integration/rails_2.3_with_bundler/config/boot.rb'
869861
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.
872865# URISchemes: http, https
873866Metrics/LineLength :
874867 Max : 276
0 commit comments