From f11cea8ab46ba5956555fb08c4adce02a13c4dcc Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Mon, 25 May 2020 07:35:02 +0200 Subject: [PATCH] [codeclimate] enable duplication checks --- .codeclimate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 6705ebf..c68fae9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,11 @@ version: "2" checks: plugins: + duplication: + enabled: true + config: + languages: + python: fixme: enabled: true radon: