11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2018-10-26 17:05:15 +0200 using RuboCop version 0.60.0 .
3+ # on 2018-12-06 10:04:35 +0100 using RuboCop version 0.61.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
@@ -13,7 +13,20 @@ Lint/AmbiguousOperator:
1313 - ' lib/jekyll/commands/page.rb'
1414 - ' lib/jekyll/commands/post.rb'
1515
16- # Offense count: 5
16+ # Offense count: 13
17+ # Configuration parameters: CountComments, Max, ExcludedMethods.
18+ # ExcludedMethods: refine
19+ Metrics/BlockLength :
20+ Exclude :
21+ - ' spec/draft_spec.rb'
22+ - ' spec/file_info_spec.rb'
23+ - ' spec/page_spec.rb'
24+ - ' spec/post_spec.rb'
25+ - ' spec/publish_spec.rb'
26+ - ' spec/spec_helper.rb'
27+ - ' spec/unpublish_spec.rb'
28+
29+ # Offense count: 7
1730# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
1831# URISchemes: http, https
1932Metrics/LineLength :
@@ -22,3 +35,5 @@ Metrics/LineLength:
2235 - ' lib/jekyll-compose/file_mover.rb'
2336 - ' lib/jekyll/commands/publish.rb'
2437 - ' lib/jekyll/commands/unpublish.rb'
38+ - ' spec/post_spec.rb'
39+ - ' spec/publish_spec.rb'
0 commit comments