Skip to content

Commit

Permalink
Ignore certain JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Frohloff committed Jan 30, 2017
1 parent 5430d44 commit 40f5113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .codeclimate.yml
@@ -1,8 +1,6 @@
languages:
Ruby: true
JavaScript: true
PHP: false
Python: false
engines:
rubocop:
enabled: true
Expand All @@ -11,13 +9,13 @@ engines:
eslint:
enabled: true
exclude_paths:
- app/assets/javascripts/goldencobra/html_editors/
- app/assets/javascripts/goldencobra/html_editors/**/*.js
- app/assets/javascripts/goldencobra/**.min.js
- app/assets/javascripts/goldencobra/jquery.*
- 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/together.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
Expand All @@ -39,3 +37,4 @@ exclude_paths:
- spec/**/*
- "**/vendor/**/*"
- "Gemfile.lock"
- "db/**/*"
1 change: 1 addition & 0 deletions .eslintignore
@@ -1 +1,2 @@
**/*{.,-}min.js
**/html_editors/**/*.js

0 comments on commit 40f5113

Please sign in to comment.