1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 12:20:12 +02:00
fdroidserver/.codeclimate.yml
proletarius101 6cf678a4fc ci: use codeclimate for linting tests
Codeclimate is [integrated](https://docs.gitlab.com/ee/ci/testing/code_quality.html#customizing-scan-settings) into GitLab. Thus the UI is more intuitive from the web gui.
2024-02-15 13:25:18 +00:00

12 lines
116 B
YAML

---
version: "2"
plugins:
pylint:
enabled: true
shellcheck:
enabled: true
bandit:
enabled: true