File tree 3 files changed +34
-21
lines changed
3 files changed +34
-21
lines changed Original file line number Diff line number Diff line change
1
+ inherit_from : .rubocop_todo.yml
2
+
1
3
require : rubocop-jekyll
2
4
inherit_gem :
3
5
rubocop-jekyll : .rubocop.yml
@@ -7,23 +9,3 @@ AllCops:
7
9
Exclude :
8
10
- vendor/**/*
9
11
- spec/*.rb
10
-
11
- Lint/IneffectiveAccessModifier :
12
- Exclude :
13
- - lib/jekyll-gist/gist_tag.rb
14
-
15
- Lint/ShadowedException :
16
- Exclude :
17
- - lib/jekyll-gist/gist_tag.rb
18
-
19
- Metrics/AbcSize :
20
- Exclude :
21
- - lib/jekyll-gist/gist_tag.rb
22
-
23
- Metrics/MethodLength :
24
- Exclude :
25
- - lib/jekyll-gist/gist_tag.rb
26
-
27
- Style/PreferredHashMethods :
28
- Exclude :
29
- - lib/jekyll-gist/gist_tag.rb
Original file line number Diff line number Diff line change
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2018-10-26 17:08:37 +0200 using RuboCop version 0.60.0.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 1
10
+ Lint/IneffectiveAccessModifier :
11
+ Exclude :
12
+ - ' lib/jekyll-gist/gist_tag.rb'
13
+
14
+ # Offense count: 1
15
+ Lint/ShadowedException :
16
+ Exclude :
17
+ - ' lib/jekyll-gist/gist_tag.rb'
18
+
19
+ # Offense count: 1
20
+ # Configuration parameters: Max.
21
+ Metrics/AbcSize :
22
+ Exclude :
23
+ - ' lib/jekyll-gist/gist_tag.rb'
24
+
25
+ # Offense count: 1
26
+ # Cop supports --auto-correct.
27
+ # Configuration parameters: EnforcedStyle.
28
+ # SupportedStyles: short, verbose
29
+ Style/PreferredHashMethods :
30
+ Exclude :
31
+ - ' lib/jekyll-gist/gist_tag.rb'
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
26
26
spec . add_development_dependency "jekyll" , ">= 3.0"
27
27
spec . add_development_dependency "rake"
28
28
spec . add_development_dependency "rspec"
29
- spec . add_development_dependency "rubocop-jekyll" , "~> 0.2 "
29
+ spec . add_development_dependency "rubocop-jekyll" , "~> 0.3 "
30
30
spec . add_development_dependency "webmock"
31
31
end
You can’t perform that action at this time.
0 commit comments