11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2016-12-16 13:08:29 +0100 using RuboCop version 0.46.0.
3+ # on 2016-12-17 10:16:05 +0100 using RuboCop version 0.46.0.
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
@@ -101,14 +101,14 @@ Lint/UselessAccessModifier:
101101 Exclude :
102102 - ' lib/annotate/annotate_routes.rb'
103103
104- # Offense count: 16
104+ # Offense count: 17
105105Metrics/AbcSize :
106106 Max : 144
107107
108108# Offense count: 3
109109# Configuration parameters: CountComments.
110110Metrics/BlockLength :
111- Max : 135
111+ Max : 134
112112
113113# Offense count: 2
114114Metrics/BlockNesting :
@@ -118,17 +118,22 @@ Metrics/BlockNesting:
118118Metrics/CyclomaticComplexity :
119119 Max : 36
120120
121- # Offense count: 339
121+ # Offense count: 350
122122# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
123123# URISchemes: http, https
124124Metrics/LineLength :
125125 Max : 543
126126
127- # Offense count: 23
127+ # Offense count: 24
128128# Configuration parameters: CountComments.
129129Metrics/MethodLength :
130130 Max : 70
131131
132+ # Offense count: 1
133+ # Configuration parameters: CountComments.
134+ Metrics/ModuleLength :
135+ Max : 116
136+
132137# Offense count: 7
133138Metrics/PerceivedComplexity :
134139 Max : 41
@@ -254,12 +259,13 @@ Style/ExtraSpacing:
254259 - ' spec/integration/rails_4.2.0/Gemfile'
255260 - ' spec/integration/rails_4.2.0/config.ru'
256261
257- # Offense count: 8
262+ # Offense count: 9
258263# Configuration parameters: EnforcedStyle, SupportedStyles.
259264# SupportedStyles: format, sprintf, percent
260265Style/FormatString :
261266 Exclude :
262267 - ' lib/annotate/annotate_models.rb'
268+ - ' lib/annotate/annotate_routes.rb'
263269
264270# Offense count: 181
265271# Cop supports --auto-correct.
@@ -284,14 +290,6 @@ Style/GuardClause:
284290Style/HashSyntax :
285291 Enabled : false
286292
287- # Offense count: 1
288- # Cop supports --auto-correct.
289- # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
290- # SupportedStyles: special_inside_parentheses, consistent, align_brackets
291- Style/IndentArray :
292- Exclude :
293- - ' lib/annotate/annotate_routes.rb'
294-
295293# Offense count: 6
296294# Cop supports --auto-correct.
297295# Configuration parameters: SupportedStyles, IndentationWidth.
@@ -437,7 +435,7 @@ Style/Semicolon:
437435 - ' bin/annotate'
438436 - ' spec/integration/rails_2.3_with_bundler/config/initializers/unified_initializer.rb'
439437
440- # Offense count: 4
438+ # Offense count: 3
441439# Cop supports --auto-correct.
442440# Configuration parameters: EnforcedStyle, SupportedStyles.
443441# SupportedStyles: space, no_space
@@ -519,7 +517,7 @@ Style/SpaceInsideStringInterpolation:
519517 Exclude :
520518 - ' lib/annotate/annotate_models.rb'
521519
522- # Offense count: 222
520+ # Offense count: 223
523521# Cop supports --auto-correct.
524522# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.
525523# SupportedStyles: single_quotes, double_quotes
@@ -570,18 +568,18 @@ Style/TrailingCommaInLiteral:
570568 - ' spec/integration/rails_4.1.1/lib/tasks/auto_annotate_models.rake'
571569 - ' spec/integration/rails_4.2.0/lib/tasks/auto_annotate_models.rake'
572570
573- # Offense count: 1
571+ # Offense count: 2
574572# Cop supports --auto-correct.
575573Style/TrailingWhitespace :
576574 Exclude :
575+ - ' spec/annotate/annotate_routes_spec.rb'
577576 - ' spec/integration/rails_2.3_with_bundler/db/schema.rb'
578577
579- # Offense count: 3
578+ # Offense count: 2
580579# Cop supports --auto-correct.
581580Style/UnneededInterpolation :
582581 Exclude :
583582 - ' bin/annotate'
584- - ' lib/annotate/annotate_routes.rb'
585583
586584# Offense count: 8
587585# Cop supports --auto-correct.
0 commit comments