diff options
author | telyn <telyn@bytemark.co.uk> | 2018-01-25 13:35:12 +0000 |
---|---|---|
committer | telyn <telyn@bytemark.co.uk> | 2018-01-25 13:35:12 +0000 |
commit | 3f044b954caf23b0bbc8928fc1564c7305943633 (patch) | |
tree | d10738e1be0a0ccd70650bdd87e49ed6d8a4d114 | |
parent | 260814b098d8361898edcffe4d68fbf1f4b66d9e (diff) |
downgrade the codeclimate file..yaycodeclimate
-rw-r--r-- | .codeclimate.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index d17f9a5..8aec4ed 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,4 @@ -version: 2 -plugins: +engines: rubocop: enabled: true eslint: @@ -14,5 +13,5 @@ plugins: languages: - ruby - html -exclude_patterns: +exclude_paths: - static/javascript/jquery.*.js |