mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-11 01:40:11 +01:00
bd7b2880d3
To align with the "warning" severity level in the previous setting.
27 lines
458 B
YAML
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
|