Skip to content

Commit ec03a8d

Browse files
committed
Also exclude JS libraries from code climate
1 parent 6daa02f commit ec03a8d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.codeclimate.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ languages:
55
PHP: false
66

77
exclude_paths:
8+
- "app/assets/javascripts/defer/*"
9+
- "app/assets/javascripts/discourse/lib/Markdown.Editor.js"
10+
- "app/assets/javascripts/ember-addons/*"
11+
- "lib/autospec/*"
12+
- "lib/es6_module_transpiler/*"
13+
- "lib/highlight_js/*"
14+
- "lib/import/*"
15+
- "lib/javascripts/*"
16+
- "lib/tasks/*"
17+
- "lib/*.js"
818
- "public/*"
919
- "script/*"
1020
- "spec/*"

0 commit comments

Comments
 (0)