From 3f044b954caf23b0bbc8928fc1564c7305943633 Mon Sep 17 00:00:00 2001 From: telyn Date: Thu, 25 Jan 2018 13:35:12 +0000 Subject: downgrade the codeclimate file..yay --- .codeclimate.yml | 5 ++--- 1 file 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 -- cgit v1.2.1