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