From db2073139b42c8568fa07a7a8d88b1a8d3932eb3 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 14 Feb 2016 11:05:33 -0500 Subject: [PATCH] improve syntax --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index dce67c062..f60787a43 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,6 +3,6 @@ engines: enabled: true ratings: paths: - - src/** + - "src/**" exclude_paths: -- dist/**/* \ No newline at end of file + - "dist/**/*" \ No newline at end of file