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

ci: only raise major issues in shellcheck

To align with the "warning" severity level in the previous setting.
This commit is contained in:
proletarius101 2024-02-13 00:25:24 +08:00
parent a6836ddaa4
commit bd7b2880d3

View File

@ -12,6 +12,8 @@ plugins:
enabled: false enabled: false
SC2090: SC2090:
enabled: false enabled: false
issue_override:
severity: "major"
bandit: bandit:
enabled: true enabled: true