jekyll-seo-tag/.rubocop.yml

18 lines
225 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
Style/Documentation:
Enabled: false
Style/FileName:
Enabled: false
2016-08-14 18:29:25 +00:00
AllCops:
Exclude:
- vendor/**/*