diff options
author | telyn <telyn@bytemark.co.uk> | 2018-01-25 13:07:13 +0000 |
---|---|---|
committer | telyn <telyn@bytemark.co.uk> | 2018-01-25 13:07:13 +0000 |
commit | 29eaa25b44f713af5ab76624f73e4d568db36b0b (patch) | |
tree | 1527073426c42b4e7f23401445f5b298bddbc475 | |
parent | e64f9d3df5490e6ea9845cc56ac1a5d680fcd223 (diff) |
faff with codeclimate some more :|
-rw-r--r-- | .codeclimate.yml | 12 |
1 files 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" |