From 7bbe43e195f181e6a27aeb504fc691a524393d57 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sat, 26 Dec 2015 19:47:35 +0200 Subject: [PATCH] fix codeclimate config --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b19f475a..6ed0167a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,4 @@ -engines: +engines: eslint: enabled: true scss-lint: @@ -9,4 +9,4 @@ ratings: paths: - "lib/**" exclude_paths: - - **.spec.js + - "**.spec.js"