We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1e3e3 commit a5aad4cCopy full SHA for a5aad4c
1 file changed
.rubocop.yml
@@ -2,8 +2,9 @@ inherit_gem:
2
jekyll: .rubocop.yml
3
4
AllCops:
5
+ TargetRubyVersion: 2.1
6
Exclude:
- - 'vendor/**/*'
7
+ - vendor/**/*
8
9
Metrics/LineLength:
10
Enabled: false
@@ -15,3 +16,9 @@ Metrics/BlockLength:
15
16
Metrics/MethodLength:
17
18
- spec/**/*
19
+
20
+Style/FrozenStringLiteralComment:
21
+ Exclude:
22
+ - lib/jekyll-github-metadata/site_github_munger.rb
23
+ - spec/edit_link_tag_spec.rb
24
+ - spec/site_github_munger_spec.rb
0 commit comments