jekyll-seo-tag/.rubocop.yml

21 lines
276 B
YAML
Raw Normal View History

inherit_gem:
jekyll: .rubocop.yml
2016-02-09 23:48:24 +00:00
Metrics/LineLength:
Exclude:
- spec/**/*
- jekyll-seo-tag.gemspec
2017-01-13 05:34:49 +00:00
Metrics/BlockLength:
Exclude:
- spec/**/*
2017-10-22 16:37:44 +00:00
Layout/IndentHeredoc:
2017-03-31 21:55:49 +00:00
Exclude:
- spec/**/*
2016-08-14 18:29:25 +00:00
AllCops:
2017-10-22 16:37:44 +00:00
TargetRubyVersion: 2.1
2016-08-14 18:29:25 +00:00
Exclude:
- vendor/**/*