diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-05-27 15:18:17 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-05-27 15:18:17 +0100 |
commit | 3a6fb5b8c6bd1ad4c462790bd91604e439ccd172 (patch) | |
tree | 737c29522914bfbe08dce5413fc5f1cd681aef7b | |
parent | fd1c62d447e94503d857b2c3463eef93ab231ca6 (diff) | |
parent | 6a56acead63fc5a80602770a764a8f98665df5e5 (diff) |
Merge remote-tracking branch 'jpmckinney/codeclimate' into rails-3-develop
-rw-r--r-- | .codeclimate.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..2fb04b670 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +languages: + Ruby: true + JavaScript: true + PHP: true +exclude_paths: +- "lib/strip_attributes/test/*" |