mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-11 01:40:11 +01:00
ci: disable shellcheck checks absent in the version provided by debian
This commit is contained in:
parent
0775fa6858
commit
850a7f2ecd
@ -3,7 +3,7 @@ version: "2"
|
|||||||
plugins:
|
plugins:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
channel:
|
channel:
|
||||||
# Only include tests/run-tests
|
# Only include tests/run-tests
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- "**/*"
|
- "**/*"
|
||||||
@ -19,10 +19,20 @@ plugins:
|
|||||||
enabled: false
|
enabled: false
|
||||||
SC2129:
|
SC2129:
|
||||||
enabled: false
|
enabled: false
|
||||||
SC2006:
|
SC2006:
|
||||||
enabled: false
|
enabled: false
|
||||||
SC2126:
|
SC2126:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
SC1007:
|
||||||
|
enabled: false
|
||||||
|
SC1001:
|
||||||
|
enabled: false
|
||||||
|
SC2016:
|
||||||
|
enabled: false
|
||||||
|
SC2181:
|
||||||
|
enabled: false
|
||||||
|
SC2103:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
bandit:
|
bandit:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
Reference in New Issue
Block a user