From 47177a802f32d43c9de0626b29a07375871882a5 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Mon, 25 May 2020 07:33:43 +0200 Subject: [PATCH] [codeclimate] update config --- .codeclimate.yml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 11a5d46..6705ebf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,19 +1,15 @@ -engines: - duplication: - enabled: true - config: - languages: - - python +version: "2" +checks: +plugins: fixme: enabled: true radon: enabled: true -ratings: - paths: - - "**.py" + config: + python_version: 3 + threshold: "D" exclude_patterns: -- tests/ - versioneer.py - bumblebee_status/_version.py - setup.py - +- "tests/" +- "versioneer.py" +- "bumblebee_status/_version.py" +- "setup.py"