From af74e65eae0788d1d290281f2b4a10adfdb77437 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Fri, 30 Dec 2016 11:45:08 +0200 Subject: [PATCH] fiddling with config --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 0c44a381..5445eaa2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -18,5 +18,5 @@ ratings: - lib/** - "**.rb" exclude_paths: -- "tests/" -- "stash/" +- tests/** +- stash/**