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

19 lines
258 B
YAML

---
version: "2"
plugins:
pylint:
enabled: true
shellcheck:
enabled: true
bandit:
enabled: true
# Disable as they are not among the array of linters we used previously
duplication:
enabled: false
structure:
enabled: false