We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1182237 commit fe5d19eCopy full SHA for fe5d19e
.codeclimate.yml
@@ -0,0 +1,8 @@
1
+# Save as .codeclimate.yml (note leading .) in project root directory
2
+languages:
3
+ Ruby: true
4
+ JavaScript: true
5
+ PHP: true
6
+exclude_paths:
7
+- "public/vendor/*"
8
+- "tests/*"
0 commit comments