jekyll-seo-tag/.rubocop.yml

21 lines
276 B
YAML
Raw Normal View History

inherit_gem:
jekyll: .rubocop.yml
AllCops:
TargetRubyVersion: 2.3
Exclude:
- vendor/**/*
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/**/*