yunohost/.codeclimate.yml
2022-01-04 17:59:37 +01:00

22 lines
No EOL
343 B
YAML

---
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/**