From b511dacc48170e56873dccafc9c3ad3351245dd2 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Tue, 5 Jan 2016 19:36:09 +0100 Subject: [PATCH] new codeclimate config --- .codeclimate.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 5083f4af..7052f270 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,19 @@ engines: + rubocop: + enabled: true + eslint: + enabled: true + csslint: + enabled: true duplication: enabled: false +ratings: + paths: + - app/** + - lib/** + - "**.rb" + - "**.js" + - "**.css" +exclude_paths: +- spec/**/* +- vendor/**/*