diff options
author | telyn <telyn@bytemark.co.uk> | 2018-01-25 13:18:05 +0000 |
---|---|---|
committer | telyn <telyn@bytemark.co.uk> | 2018-01-25 13:18:05 +0000 |
commit | 260814b098d8361898edcffe4d68fbf1f4b66d9e (patch) | |
tree | d7ccfb60bba5afa13823b0da7863217f76aa2c91 | |
parent | 29eaa25b44f713af5ab76624f73e4d568db36b0b (diff) |
update codeclimate.yml to version 2 and remove haml-lint (since I don't know how to use beta plugins yet)
-rw-r--r-- | .codeclimate.yml | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index fa80945..d17f9a5 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,28 +1,18 @@ --- -engines: +version: 2 +plugins: rubocop: enabled: true - jslint: + eslint: enabled: true stylelint: enabled: true fixme: enabled: true - haml-lint: - enabled: true duplication: enabled: true config: languages: - ruby - html - -javascript - ratings: - paths: - - "**.css" - - "**.js" - - "**.html" - - "**.rb" - - "**.haml" - exclude_paths: - - static/javascript/jquery.*.js +exclude_patterns: + - static/javascript/jquery.*.js |