2024-02-12 08:36:51 +01:00
|
|
|
---
|
|
|
|
version: "2"
|
|
|
|
plugins:
|
|
|
|
shellcheck:
|
|
|
|
enabled: true
|
2024-02-13 14:27:50 +01:00
|
|
|
channel:
|
2024-02-12 09:33:55 +01:00
|
|
|
# Only include tests/run-tests
|
|
|
|
exclude_patterns:
|
|
|
|
- "**/*"
|
|
|
|
- "!tests/run-tests"
|
2024-02-12 16:43:53 +01:00
|
|
|
checks:
|
|
|
|
SC2046:
|
|
|
|
enabled: false
|
|
|
|
SC2090:
|
|
|
|
enabled: false
|
2024-02-13 14:21:03 +01:00
|
|
|
# Disable as the followings are absent in the shellcheck version provided by debian
|
|
|
|
# https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1443#note_1769237096
|
|
|
|
SC2086:
|
|
|
|
enabled: false
|
|
|
|
SC2129:
|
|
|
|
enabled: false
|
2024-02-13 14:27:50 +01:00
|
|
|
SC2006:
|
2024-02-13 14:21:03 +01:00
|
|
|
enabled: false
|
|
|
|
SC2126:
|
|
|
|
enabled: false
|
2024-02-13 14:27:50 +01:00
|
|
|
SC1007:
|
|
|
|
enabled: false
|
|
|
|
SC1001:
|
|
|
|
enabled: false
|
|
|
|
SC2016:
|
|
|
|
enabled: false
|
|
|
|
SC2181:
|
|
|
|
enabled: false
|
|
|
|
SC2103:
|
|
|
|
enabled: false
|
2024-02-13 14:31:58 +01:00
|
|
|
SC2089:
|
|
|
|
enabled: false
|
2024-02-12 08:36:51 +01:00
|
|
|
|
|
|
|
bandit:
|
|
|
|
enabled: true
|
2024-02-12 09:12:03 +01:00
|
|
|
|
|
|
|
# Disable as they are not among the array of linters we used previously
|
|
|
|
duplication:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
structure:
|
|
|
|
enabled: false
|