aboutsummaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-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