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

20 lines
328 B
YAML
Raw Normal View History

---
version: "2"
plugins:
shellcheck:
enabled: true
# Only include tests/run-tests
exclude_patterns:
- "**/*"
- "!tests/run-tests"
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