From eb10cf542f41731adacc444e26efb5ab00359b46 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Fri, 25 Sep 2015 16:23:24 +0100 Subject: add codeclimate.yml --- .codeclimate.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codeclimate.yml (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..e231b5d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,7 @@ +languages: + Ruby: false + JavaScript: true + PHP: false + Python: true +# exclude_paths: +# - "foo/bar.rb" \ No newline at end of file -- cgit