Skip to content

Commit f89f771

Browse files
fix .codeclimate.yml
1 parent a437f9a commit f89f771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.codeclimate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
languages:
22
JavaScript: true
33
exclude_paths:
4-
- "doc/**/*.js"
5-
- "test/**/*.js"
6-
- "lib/**/*.js"
4+
- "doc/**"
5+
- "lib/**"
6+
- "test/**"

0 commit comments

Comments
 (0)