Skip to content

Commit c8165bb

Browse files
add codacy config file
1 parent 65bfbbe commit c8165bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.codacy.yml

+7
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)