From 29eaa25b44f713af5ab76624f73e4d568db36b0b Mon Sep 17 00:00:00 2001 From: telyn Date: Thu, 25 Jan 2018 13:07:13 +0000 Subject: faff with codeclimate some more :| --- .codeclimate.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index ead37e5..fa80945 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,10 +1,5 @@ -- engines: - duplication: - enabled:false - config: - languages: - - javascript rubocop: enabled: true jslint: @@ -15,6 +10,13 @@ engines: enabled: true haml-lint: enabled: true + duplication: + enabled: true + config: + languages: + - ruby + - html + -javascript ratings: paths: - "**.css" -- cgit v1.2.1