Skip to content

Commit 4420e93

Browse files
🤖 config(ci): Upgrade codeclimate config.
1 parent ad4e400 commit 4420e93

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.codeclimate.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
languages:
2-
JavaScript: true
3-
exclude_paths:
4-
- "js/dist/*.js"
5-
- "js/dist/**/*.js"
6-
- "test/*.js"
7-
- "test/**/*.js"
1+
exclude_patterns:
2+
- doc/**
3+
- dist/**
4+
- test/**

0 commit comments

Comments
 (0)