From d6103535d3bfa7f71241bef028810713c35508e9 Mon Sep 17 00:00:00 2001 From: Martijn van Nieuwenhoven Date: Tue, 12 Apr 2016 16:48:36 +0200 Subject: [PATCH] code climate exclude tests and docs --- .codeclimate.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 50637de..db63586 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,5 @@ +languages: + PHP: true exclude_paths: -- docs/* -- tests/* + - docs/* + - tests/*