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 - COPYING
- LICENSE - LICENSE
- site/**/*
- test/**/* - test/**/*
- vendor/**/* - vendor/**/*
- features/**/* - features/**/*

View File

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