1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-10 17:30:11 +01:00

ci: disable shellcheck checks that we currently don't use

This commit is contained in:
proletarius101 2024-02-12 23:43:53 +08:00
parent 882a3b1dcf
commit ceb0fa7be9
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ plugins:
exclude_patterns:
- "**/*"
- "!tests/run-tests"
checks:
SC2046:
enabled: false
SC2090:
enabled: false
bandit:
enabled: true

View File

@ -209,7 +209,7 @@ gradlew-fdroid:
# Run all the various linters and static analysis tools.
lint_format_safety_bandit_checks:
lint_format_safety_checks:
image: debian:bookworm-slim
variables:
LANG: C.UTF-8