From f6db36342e3c88b7e9e22c8903a17f38bbcc85ba Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Fri, 30 Dec 2016 11:53:45 +0200 Subject: [PATCH] this time with quotes --- .codeclimate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 5445eaa2..f20f45df 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -15,8 +15,8 @@ engines: enabled: true ratings: paths: - - lib/** + - "lib/**" - "**.rb" exclude_paths: -- tests/** -- stash/** +- "tests/**" +- "stash/**"