Skip to content

Commit 5cb0a56

Browse files
committed
Add Code Climate config
1 parent 4a4729c commit 5cb0a56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.codeclimate.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
languages:
2+
JavaScript: true
3+
4+
exclude_paths:
5+
- "tests/acceptance/*"
6+
- "tests/fixtures/*"
7+
- "tests/unit/*"

0 commit comments

Comments
 (0)