diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..3d89c6a --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,19 @@ +engines: + duplication: + enabled: true + config: + languages: + - python + fixme: + enabled: true + markdownlint: + enabled: true + pep8: + enabled: true + radon: + enabled: true +ratings: + paths: + - "**.inc" + - "**.module" + - "**.py" \ No newline at end of file