diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..d153bc321d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,9 @@ +languages: + Ruby: false + JavaScript: true + Python: false + PHP: false + +exclude_paths: +- "database_reports/*" +- "migrations/*"