2019-03-25 11:33:55 +00:00
|
|
|
inherit_from: .rubocop_todo.yml
|
|
|
|
|
2018-07-22 00:27:36 +00:00
|
|
|
require: rubocop-jekyll
|
2016-08-11 15:35:31 +00:00
|
|
|
inherit_gem:
|
2018-07-22 00:27:36 +00:00
|
|
|
rubocop-jekyll: .rubocop.yml
|
2016-08-11 15:35:31 +00:00
|
|
|
|
2018-05-18 20:17:52 +00:00
|
|
|
AllCops:
|
2021-09-17 14:19:57 +00:00
|
|
|
TargetRubyVersion: 2.5
|
|
|
|
SuggestExtensions: false
|
2018-05-18 20:17:52 +00:00
|
|
|
Exclude:
|
|
|
|
- vendor/**/*
|
|
|
|
|
2021-09-17 14:19:57 +00:00
|
|
|
Layout/LineEndStringConcatenationIndentation:
|
|
|
|
Enabled: true
|
2020-03-20 10:55:32 +00:00
|
|
|
Layout/LineLength:
|
2016-02-09 23:48:24 +00:00
|
|
|
Exclude:
|
|
|
|
- spec/**/*
|
|
|
|
- jekyll-seo-tag.gemspec
|
|
|
|
|
2021-09-17 14:19:57 +00:00
|
|
|
Lint/EmptyInPattern:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-10-18 08:13:10 +00:00
|
|
|
Metrics/BlockLength:
|
2017-01-13 05:34:49 +00:00
|
|
|
Exclude:
|
|
|
|
- spec/**/*
|
2021-09-17 14:19:57 +00:00
|
|
|
|
|
|
|
Naming/InclusiveLanguage:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
Performance/MapCompact:
|
|
|
|
Enabled: true
|
|
|
|
Performance/RedundantEqualityComparisonBlock:
|
|
|
|
Enabled: true
|
|
|
|
Performance/RedundantSplitRegexpArgument:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
Style/InPatternThen:
|
|
|
|
Enabled: false
|
|
|
|
Style/MultilineInPatternThen:
|
|
|
|
Enabled: false
|
|
|
|
Style/QuotedSymbols:
|
|
|
|
Enabled: true
|