From 369142af557a7529f80b714db24e7b3baae41baf Mon Sep 17 00:00:00 2001 From: Deltik Date: Wed, 4 Dec 2019 11:03:29 -0600 Subject: [PATCH] Exclude tests in Code Climate --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 2447a597a..2dc6071f9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -60,3 +60,4 @@ exclude_patterns: - "e107_handlers/phpthumb/**/*" - "e107_handlers/xmlrpc/**/*" - "e107_web/**/*" +- "e107_tests/tests/**/*" \ No newline at end of file