rf-web/vendor/bundle/gems/jekyll-feed-0.12.1/.rubocop.yml

28 lines
420 B
YAML
Raw Normal View History

2019-10-21 08:18:17 +00:00
require: rubocop-jekyll
inherit_gem:
rubocop-jekyll: .rubocop.yml
AllCops:
TargetRubyVersion: 2.3
Include:
- lib/**/*.rb
Exclude:
- .gitignore
- .rspec
- .rubocop.yml
- .travis.yml
- Gemfile.lock
- History.markdown
- LICENSE.txt
- README.md
- script/**/*
- vendor/**/*
Naming/MemoizedInstanceVariableName:
Exclude:
- lib/jekyll-feed/page-without-a-file.rb