26 lines
323 B
YAML
26 lines
323 B
YAML
inherit_gem:
|
|
jekyll: .rubocop.yml
|
|
|
|
Metrics/LineLength:
|
|
Exclude:
|
|
- spec/**/*
|
|
- jekyll-seo-tag.gemspec
|
|
|
|
Metrics/BlockLength:
|
|
Exclude:
|
|
- spec/**/*
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/FileName:
|
|
Enabled: false
|
|
|
|
Style/IndentHeredoc:
|
|
Exclude:
|
|
- spec/**/*
|
|
|
|
AllCops:
|
|
Exclude:
|
|
- vendor/**/*
|