diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-05-28 09:23:42 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-05-28 09:23:42 +0100 |
commit | c6e8e298fd0861cd822f23f370a01ccbc21cb9d3 (patch) | |
tree | 3d0b9c37642ab8ddc3aa7fcd390d86a324cf05b3 | |
parent | 00a74de49966373832a63efb0d6f702825b6554d (diff) | |
parent | 3a6fb5b8c6bd1ad4c462790bd91604e439ccd172 (diff) |
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli 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/*" |