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

25 lines
414 B
YAML

---
version: "2"
plugins:
shellcheck:
enabled: true
# Only include tests/run-tests
exclude_patterns:
- "**/*"
- "!tests/run-tests"
checks:
SC2046:
enabled: false
SC2090:
enabled: false
bandit:
enabled: true
# Disable as they are not among the array of linters we used previously
duplication:
enabled: false
structure:
enabled: false