Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4606157

Browse files
committedApr 27, 2017
add codacy config file
1 parent 4a8f4e0 commit 4606157

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.codacy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
languages:
2+
JavaScript: true
3+
exclude_paths:
4+
- "js/dist/*.js"
5+
- "js/dist/**/*.js"
6+
- "test/*.js"
7+
- "test/**/*.js"

0 commit comments

Comments
 (0)
Please sign in to comment.