From 8959b201e950d5a581cba807ea6419ffee04c111 Mon Sep 17 00:00:00 2001 From: Guillaume Martigny Date: Wed, 1 Feb 2017 16:17:38 +0100 Subject: [PATCH] Excludes lib from linting --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index f4c9a286..9d38b484 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -21,4 +21,5 @@ exclude_paths: - .github/ - bin/ - misc/ + - src/js/lib/ - test/ \ No newline at end of file