diff options
-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 |