1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 12:20:12 +02:00
fdroidserver/.codeclimate.yml

19 lines
258 B
YAML
Raw Normal View History

---
version: "2"
plugins:
pylint:
enabled: true
shellcheck:
enabled: true
bandit:
enabled: true
2024-02-12 09:12:03 +01:00
# Disable as they are not among the array of linters we used previously
duplication:
enabled: false
structure:
enabled: false