summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-30 22:18:29 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-08-30 22:18:29 +0100
commit0df1c905aee10308069d9db9e396714feabc4ce4 (patch)
tree5b80a16ae62d4be90ca436c7a148df420df648e9 /.codeclimate.yml
parent43f9cf38a1bf9924ab72624db09d68c91f0be010 (diff)
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.
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml6
1 files changed, 1 insertions, 5 deletions
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: