From 6d7a61ae7239a6c065f1a896267a5297af7d9198 Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Mon, 25 Sep 2017 21:37:53 +0200 Subject: [PATCH] mistake in codeclimate --- .codeclimate.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b58cf3976..9a2e6e2d4 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,8 +1,6 @@ -languages: - Python: true exclude_paths: -- "telegram/emoji.py" - "tests/*" +- "examples/* engines: duplication: enabled: true @@ -16,4 +14,4 @@ engines: radon: enabled: true config: - threshold: "C" \ No newline at end of file + threshold: "C"