diff options
Diffstat (limited to '.codeclimate.yml')
-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" |