From f11979b119a6cb523c05a490811a08947f571db8 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Tue, 6 Jun 2017 16:52:20 +0900 Subject: [PATCH] "Your .codeclimate.yml is not valid YAML." --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 31aa170..f12be19 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -14,4 +14,4 @@ ratings: - "**.rb" exclude_paths: - test/ -- */test/ +- "*/test/"