1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-11 01:40:11 +01:00
fdroidserver/.codeclimate.yml
proletarius101 bd7b2880d3 ci: only raise major issues in shellcheck
To align with the "warning" severity level in the previous setting.
2024-02-15 13:25:18 +00:00

27 lines
458 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
issue_override:
severity: "major"
bandit:
enabled: true
# Disable as they are not among the array of linters we used previously
duplication:
enabled: false
structure:
enabled: false