diff --git a/.codeclimate.yml b/.codeclimate.yml index 826a98c..fa98fb3 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,16 @@ +engines: + duplication: + enabled: true + config: + languages: + python: + fixme: + enabled: true + pep8: + enabled: true + radon: + enabled: true + ratings: paths: - "ipwhois/*.py"