Ignore site/**/* on CodeClimate.
This commit is contained in:
parent
7c7d550442
commit
c3e6c04af5
|
@ -17,6 +17,7 @@ exclude_paths:
|
||||||
- COPYING
|
- COPYING
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
|
- site/**/*
|
||||||
- test/**/*
|
- test/**/*
|
||||||
- vendor/**/*
|
- vendor/**/*
|
||||||
- features/**/*
|
- features/**/*
|
||||||
|
|
39
.rubocop.yml
39
.rubocop.yml
|
@ -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/**/*
|
||||||
|
|
Loading…
Reference in New Issue