diff options
| author | telyn <telyn@bytemark.co.uk> | 2018-01-25 12:09:46 +0000 |
|---|---|---|
| committer | telyn <telyn@bytemark.co.uk> | 2018-01-25 12:09:46 +0000 |
| commit | e64f9d3df5490e6ea9845cc56ac1a5d680fcd223 (patch) | |
| tree | edc941d19b48802a0d213af2af42f9feb6c2a616 | |
| parent | 7cfa1da66efbc1ba12c5f13faa1c602d12428bc2 (diff) | |
flesh out codeclimate config
| -rw-r--r-- | .codeclimate.yml | 19 |
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 |
