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:
parent
882a3b1dcf
commit
ceb0fa7be9
@ -7,6 +7,11 @@ plugins:
|
||||
exclude_patterns:
|
||||
- "**/*"
|
||||
- "!tests/run-tests"
|
||||
checks:
|
||||
SC2046:
|
||||
enabled: false
|
||||
SC2090:
|
||||
enabled: false
|
||||
|
||||
bandit:
|
||||
enabled: true
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user