From 4b6583aad250920004b4afc3ea3f3a5f5abb2633 Mon Sep 17 00:00:00 2001 From: Pierre-Denis Vanduynslager Date: Tue, 29 Aug 2017 17:15:06 -0400 Subject: [PATCH] ci(codeclimate): Fix paths config --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 8e1f8cc..d76703a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,6 +12,6 @@ engines: - javascript ratings: paths: - - src/index.js + - src/**/*.js - test/*.js - test/helpers/*.js