From 38483ba7e3809bd59e23e2f2bdffaecd64babab0 Mon Sep 17 00:00:00 2001 From: Fabio Teixeira Date: Thu, 8 Oct 2015 11:06:42 -0300 Subject: [PATCH] Better configuration on codeclimate.yml --- codeclimate.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/codeclimate.yml b/codeclimate.yml index ea08e0b..2887f37 100644 --- a/codeclimate.yml +++ b/codeclimate.yml @@ -35,9 +35,11 @@ engines: # Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard. -# ratings: -# paths: -# - app/** +ratings: + paths: + - **.rb + - **.js + - **.css # - lib/** # - "**.rb" # - "**.go" @@ -47,5 +49,6 @@ engines: exclude_paths: - public/vendor/* + - features/**/* #- spec/**/* #- vendor/**/* -- libgit2 0.21.2