1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

ci: disable shellcheck checks absent in the version provided by debian

This commit is contained in:
proletarius101 2024-02-13 21:27:50 +08:00
parent 0775fa6858
commit 850a7f2ecd

View File

@ -3,7 +3,7 @@ version: "2"
plugins:
shellcheck:
enabled: true
channel:
channel:
# Only include tests/run-tests
exclude_patterns:
- "**/*"
@ -19,10 +19,20 @@ plugins:
enabled: false
SC2129:
enabled: false
SC2006:
SC2006:
enabled: false
SC2126:
enabled: false
SC1007:
enabled: false
SC1001:
enabled: false
SC2016:
enabled: false
SC2181:
enabled: false
SC2103:
enabled: false
bandit:
enabled: true