Ignore site/**/* on CodeClimate.

This commit is contained in:
Jordon Bedwell 2016-01-10 10:32:29 -06:00
parent 7c7d550442
commit c3e6c04af5
2 changed files with 21 additions and 19 deletions

View File

@ -17,6 +17,7 @@ exclude_paths:
- COPYING
- LICENSE
- site/**/*
- test/**/*
- vendor/**/*
- features/**/*

View File

@ -53,26 +53,27 @@ Style/SingleLineMethods: { Enabled: false }
AllCops:
TargetRubyVersion: 2.0
Include:
- lib/**/*.rb
- lib/**/*.rb
Exclude:
- .rubocop.yml
- .codeclimate.yml
- .travis.yml
- .gitignore
- .rspec
- .rubocop.yml
- .codeclimate.yml
- .travis.yml
- .gitignore
- .rspec
- Gemfile.lock
- CHANGELOG.md
- readme.md
- README.md
- Readme.md
- ReadMe.md
- COPYING
- LICENSE
- Gemfile.lock
- CHANGELOG.md
- readme.md
- README.md
- Readme.md
- ReadMe.md
- COPYING
- LICENSE
- test/**/*
- vendor/**/*
- features/**/*
- script/**/*
- spec/**/*
- site/**/*
- test/**/*
- vendor/**/*
- features/**/*
- script/**/*
- spec/**/*