nicojensen.de/vendor/bundle/gems/jekyll-feed-0.11.0/.rubocop.yml
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

28 lines
439 B
YAML

inherit_gem:
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
- features/**/*
- script/**/*
- spec/**/*
- test/**/*
- vendor/**/*
Naming/MemoizedInstanceVariableName:
Exclude:
- lib/jekyll-feed/page-without-a-file.rb