jekyll-seo-tag/.rubocop.yml

20 lines
289 B
YAML
Raw Normal View History

inherit_from: .rubocop_todo.yml
require: rubocop-jekyll
inherit_gem:
rubocop-jekyll: .rubocop.yml
AllCops:
TargetRubyVersion: 2.3
Exclude:
- vendor/**/*
Layout/LineLength:
2016-02-09 23:48:24 +00:00
Exclude:
- spec/**/*
- jekyll-seo-tag.gemspec
Layout/BlockLength:
2017-01-13 05:34:49 +00:00
Exclude:
- spec/**/*