aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortelyn <telyn@bytemark.co.uk>2018-01-25 12:09:46 +0000
committertelyn <telyn@bytemark.co.uk>2018-01-25 12:09:46 +0000
commite64f9d3df5490e6ea9845cc56ac1a5d680fcd223 (patch)
treeedc941d19b48802a0d213af2af42f9feb6c2a616
parent7cfa1da66efbc1ba12c5f13faa1c602d12428bc2 (diff)
flesh out codeclimate config
-rw-r--r--.codeclimate.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 04768ee..ead37e5 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -5,3 +5,22 @@ engines:
config:
languages:
- javascript
+ rubocop:
+ enabled: true
+ jslint:
+ enabled: true
+ stylelint:
+ enabled: true
+ fixme:
+ enabled: true
+ haml-lint:
+ enabled: true
+ ratings:
+ paths:
+ - "**.css"
+ - "**.js"
+ - "**.html"
+ - "**.rb"
+ - "**.haml"
+ exclude_paths:
+ - static/javascript/jquery.*.js