We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeb563 commit 789198fCopy full SHA for 789198f
.codeclimate.yml
@@ -1,7 +1,6 @@
1
languages:
2
JavaScript: true
3
exclude_paths:
4
-- "js/dist/*.js"
5
-- "js/dist/**/*.js"
6
-- "test/*.js"
7
-- "test/**/*.js"
+- "doc/**"
+- "lib/**"
+- "test/**"
0 commit comments