Skip to content

Commit

Permalink
finetune codeclimate config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pazz committed Aug 30, 2017
1 parent 43f9cf3 commit 0df1c90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
engines:
duplication:
pep8:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
Expand Down

0 comments on commit 0df1c90

Please sign in to comment.