Skip to content

Commit 34fc1ad

Browse files
committedApr 24, 2020
⚙️ ci: Upgrade codeclimate config.
1 parent 8863642 commit 34fc1ad

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)
Please sign in to comment.