11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2018-12-06 11:30:05 +0100 using RuboCop version 0.61.1 .
3+ # on 2019-03-22 08:47:03 +0100 using RuboCop version 0.66.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
@@ -29,37 +29,29 @@ Lint/UselessAssignment:
2929
3030# Offense count: 37
3131Metrics/AbcSize :
32- Max : 144
32+ Max : 140
3333
3434# Offense count: 4
35- # Configuration parameters: CountComments, Max, ExcludedMethods.
35+ # Configuration parameters: CountComments, ExcludedMethods.
3636# ExcludedMethods: refine
3737Metrics/BlockLength :
38- Exclude :
39- - ' jekyll-import.gemspec'
40- - ' lib/jekyll-import/importers/drupal_common.rb'
41- - ' lib/jekyll-import/importers/posterous.rb'
42- - ' lib/jekyll-import/importers/wordpressdotcom.rb'
38+ Max : 47
4339
4440# Offense count: 4
45- # Configuration parameters: CountBlocks, Max .
41+ # Configuration parameters: CountBlocks.
4642Metrics/BlockNesting :
47- Exclude :
48- - ' lib/jekyll-import/importers/blogger.rb'
43+ Max : 4
4944
5045# Offense count: 3
51- # Configuration parameters: CountComments, Max .
46+ # Configuration parameters: CountComments.
5247Metrics/ClassLength :
53- Exclude :
54- - ' lib/jekyll-import/importers/s9y_database.rb'
55- - ' lib/jekyll-import/importers/tumblr.rb'
56- - ' lib/jekyll-import/importers/wordpress.rb'
48+ Max : 266
5749
5850# Offense count: 16
5951Metrics/CyclomaticComplexity :
6052 Max : 31
6153
62- # Offense count: 102
54+ # Offense count: 103
6355# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
6456# URISchemes: http, https
6557Metrics/LineLength :
@@ -71,30 +63,25 @@ Metrics/MethodLength:
7163 Max : 124
7264
7365# Offense count: 1
74- # Configuration parameters: Max, CountKeywordArgs.
66+ # Configuration parameters: CountKeywordArgs.
7567Metrics/ParameterLists :
76- Exclude :
77- - ' lib/jekyll-import/importers/roller.rb'
68+ Max : 5
7869
7970# Offense count: 11
80- # Configuration parameters: Max.
8171Metrics/PerceivedComplexity :
82- Exclude :
83- - ' lib/jekyll-import/importers/blogger.rb'
84- - ' lib/jekyll-import/importers/drupal_common.rb'
85- - ' lib/jekyll-import/importers/ghost.rb'
86- - ' lib/jekyll-import/importers/mt.rb'
87- - ' lib/jekyll-import/importers/roller.rb'
88- - ' lib/jekyll-import/importers/s9y_database.rb'
89- - ' lib/jekyll-import/importers/tumblr.rb'
90- - ' lib/jekyll-import/importers/wordpress.rb'
72+ Max : 35
9173
92- # Offense count: 34
74+ # Offense count: 27
9375# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
9476# AllowedNames: io, id, to, by, on, in, at, ip, db
9577Naming/UncommunicativeMethodParamName :
9678 Enabled : false
9779
80+ # Offense count: 1
81+ Security/Open :
82+ Exclude :
83+ - ' lib/jekyll-import/importers/rss.rb'
84+
9885# Offense count: 21
9986# Configuration parameters: EnforcedStyle.
10087# SupportedStyles: annotated, template, unannotated
0 commit comments