add codeclimate file

This commit is contained in:
Kay0u 2022-01-04 17:59:37 +01:00
parent 8321642a34
commit 816c503d3a
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

22
.codeclimate.yml Normal file
View file

@ -0,0 +1,22 @@
---
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
python:
python_version: 3
shellcheck:
enabled: true
pep8:
enabled: true
sonar-python:
enabled: true
config:
tests_patterns:
- bin/*
- data/**
- doc/*
- src/**
- tests/**