From c6bbf1804bd5b37dd7446eaee5bd2da3d19f625d Mon Sep 17 00:00:00 2001 From: efueger Date: Mon, 19 Dec 2016 13:19:05 -0500 Subject: [PATCH] Update .codeclimate.yml Indent last 2 `ratings: paths:` patterns to fix syntax problem --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index c7372ee0..0d2878ae 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -17,5 +17,5 @@ ratings: paths: - lib/** - "**.rb" -- test/**/* -- stash/**/* + - test/**/* + - stash/**/*