From 17251f85b65af7903d9a2d580216a1fdd344cb4d Mon Sep 17 00:00:00 2001 From: Robin Frischmann Date: Thu, 17 Sep 2015 09:34:57 +0200 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 631f80f..b550f7b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,7 @@ languages: - JavaScript: true + Ruby: true + JavaScript: true + PHP: true + Python: true exclude_paths: - - "dist/*" +- "dist/*"