From 9ba3470141eaa0bff3fa0c2065c56dd3b3d7063b Mon Sep 17 00:00:00 2001 From: Arturo Herrero Date: Sun, 1 May 2016 09:36:26 +0100 Subject: [PATCH] Configure Code Climate --- .codeclimate.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index e1cb3b5..132cd44 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,10 @@ engines: shellcheck: enabled: true +ratings: + paths: + - bin/** + - libexec/** + - "**.sh" +exclude_paths: +- test/**/*