blob: 22a56804590841497fe87e6cf5d7bcc193445888 [file] [log] [blame]
inherit_gem:
jekyll: .rubocop.yml
AllCops:
TargetRubyVersion: 2.0
Include:
- lib/*.rb
Exclude:
- .rubocop.yml
- .codeclimate.yml
- .travis.yml
- .gitignore
- .rspec
- Gemfile.lock
- CHANGELOG.md
- readme.md
- README.md
- Readme.md
- ReadMe.md
- COPYING
- LICENSE
- test/**/*
- vendor/**/*
- features/**/*
- script/**/*
- spec/**/*