Skip to content

Commit 07b6b3b

Browse files
committed
style: auo-gen-exclude-only
1 parent 573d294 commit 07b6b3b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.rubocop_todo.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2018-10-26 17:43:57 +0200 using RuboCop version 0.60.0.
3+
# on 2018-12-06 11:51:19 +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
77
# versions of RuboCop, may require this file to be generated again.
88

9+
# Offense count: 12
10+
# Configuration parameters: CountComments, Max, ExcludedMethods.
11+
# ExcludedMethods: refine
12+
Metrics/BlockLength:
13+
Exclude:
14+
- 'spec/integrations_spec.rb'
15+
- 'spec/jekyll_redirect_from/generator_spec.rb'
16+
- 'spec/jekyll_redirect_from/redirect_page_spec.rb'
17+
- 'spec/jekyll_redirect_from/redirectable_spec.rb'
18+
- 'spec/spec_helper.rb'
19+
20+
# Offense count: 3
21+
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
22+
# URISchemes: http, https
23+
Metrics/LineLength:
24+
Exclude:
25+
- 'spec/jekyll_redirect_from/generator_spec.rb'
26+
- 'spec/jekyll_redirect_from/redirect_page_spec.rb'
27+
928
# Offense count: 1
1029
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
1130
# SupportedStylesForLeadingUnderscores: disallowed, required, optional

0 commit comments

Comments
 (0)