jekyll-seo-tag/.rubocop.yml

20 lines
290 B
YAML
Raw Normal View History

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