diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..eb8afa75b --- /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/*"