diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..2d3659da46 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,8 @@ +# Save as .codeclimate.yml (note leading .) in project root directory +languages: + Ruby: true + JavaScript: true + PHP: true +exclude_paths: +- "public/vendor/*" +- "tests/*" \ No newline at end of file