From 23176d86701962c56430f03cdc261b5bf64668b9 Mon Sep 17 00:00:00 2001 From: Dom Harrington Date: Thu, 2 Aug 2018 17:15:37 -0700 Subject: [PATCH] Exclude all test files from codeclimate --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b9a29dee1..066d8324a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,3 @@ exclude_paths: - "legacy-stuff/" -- "packages/api-explorer/__tests__" +- "packages/**/__tests__"