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