Skip to content

Commit

Permalink
Exclude vendor js from all codeclimate engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Frohloff committed Jan 30, 2017
1 parent 40f5113 commit 1addf5d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .codeclimate.yml
Expand Up @@ -8,17 +8,6 @@ engines:
enabled: true
eslint:
enabled: true
exclude_paths:
- app/assets/javascripts/goldencobra/html_editors/**/*.js
- app/assets/javascripts/goldencobra/**.min.js
- app/assets/javascripts/goldencobra/jquery.*.js
- app/assets/javascripts/goldencobra/keymaster.js
- app/assets/javascripts/goldencobra/moment.js
- app/assets/javascripts/goldencobra/tiny_mce*.js
- app/assets/javascripts/goldencobra/togetherjs.js
- app/assets/javascripts/goldencobra/countable.js
- app/assets/javascripts/goldencobra/chosen.jquery.js
- app/assets/javascripts/goldencobra/chosen.jquery.min.js
csslint:
enabled: true
duplication:
Expand All @@ -35,6 +24,17 @@ ratings:
- "**.rb"
exclude_paths:
- spec/**/*
- test/**/*
- "**/vendor/**/*"
- "Gemfile.lock"
- "db/**/*"
- app/assets/javascripts/goldencobra/html_editors/**/*.js
- app/assets/javascripts/goldencobra/**.min.js
- app/assets/javascripts/goldencobra/jquery.*.js
- app/assets/javascripts/goldencobra/keymaster.js
- app/assets/javascripts/goldencobra/moment.js
- app/assets/javascripts/goldencobra/tiny_mce*.js
- app/assets/javascripts/goldencobra/togetherjs.js
- app/assets/javascripts/goldencobra/countable.js
- app/assets/javascripts/goldencobra/chosen.jquery.js
- app/assets/javascripts/goldencobra/chosen.jquery.min.js

0 comments on commit 1addf5d

Please sign in to comment.