From f8f23db0441ad34d55d41eb0200cc285444a3028 Mon Sep 17 00:00:00 2001 From: ABaldwinHunter Date: Fri, 12 Feb 2016 12:13:52 -0500 Subject: [PATCH] Touch up .codelcimate.yml formatting --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index a9416a0a5..1f2451a94 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -5,11 +5,11 @@ engines: enabled: true config: languages: - - javascript + - javascript ratings: paths: - bin/eslint.js - - lib/checks.js" + - lib/checks.js exclude_paths: - "node_modules/**" - "test/**"