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