2016-08-11 15:35:31 +00:00
|
|
|
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/**/*
|
|
|
|
|
2016-02-09 23:48:24 +00:00
|
|
|
Style/Documentation:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
Style/FileName:
|
|
|
|
Enabled: false
|
2016-08-14 18:29:25 +00:00
|
|
|
|
2017-03-31 21:55:49 +00:00
|
|
|
Style/IndentHeredoc:
|
|
|
|
Exclude:
|
|
|
|
- spec/**/*
|
|
|
|
|
2016-08-14 18:29:25 +00:00
|
|
|
AllCops:
|
|
|
|
Exclude:
|
|
|
|
- vendor/**/*
|