diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000000..eb8afa75ba2 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,12 @@ +languages: + Ruby: true + JavaScript: true + Python: false + PHP: false + +exclude_paths: + - "public/*" + - "script/*" + - "spec/*" + - "test/*" + - "vendor/*"