From b93f24d1cadaf0a0ab8248abce26e1a007154a6b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 14 Oct 2017 21:41:38 +0200 Subject: [PATCH] :rocket: Updated CodeClimate configuration --- .codeclimate.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 9d79caf..1b4f487 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,5 +12,10 @@ ratings: - "**.sh" - "Vagrantfile" exclude_paths: [ - ".vagrant/**" + ".vagrant/**", + "addons/**", + "backup/**", + "config/**", + "share/**", + "ssl/**", ]