From 0df1c905aee10308069d9db9e396714feabc4ce4 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 30 Aug 2017 22:18:29 +0100 Subject: finetune codeclimate config this removes the duplication engine (which only ever complains about necessary duplications such as @registerCommand decorators or widget API usage). It also enables the pep8 engine. --- .codeclimate.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index 401fc63b..027bb0dd 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,10 +1,6 @@ ---- engines: - duplication: + pep8: enabled: true - config: - languages: - - python fixme: enabled: true radon: -- cgit v1.2.3