From 72a7355c2f280f4d1b9ca60802e3629c9ff50c57 Mon Sep 17 00:00:00 2001 From: leandrotoledo Date: Fri, 4 Sep 2015 18:33:51 -0300 Subject: [PATCH] Fix codeclimate --- .codeclimate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 32b01cd59..4c07ea351 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,5 @@ languages: Python: true - exclude_paths: - - "telegram/emoji.py" - - "tests/*.py" +exclude_paths: +- "telegram/emoji.py" +- "test/*"