My
trunk.yaml
has:
lint:
threshold:
- linters: [shellcheck]
level: medium
But if I have only low threshold shellcheck issues,
trunk check
still exits with status code 1 - so the github action fails.
Is there some other config required to enable the threshold to work?