feat: Generate codequality reports
Install jq
and do some fancy jq
magic to reformat the JSON shellcheck output into a format recognized by GitLabs codequality reports.
I thought it would be nice to have since the feature exists in GitLab and somewhat makes the errors more accessible from the merge request overview. Besides, jq
is a pretty light dependency so it doesn't influence container size much.
For a PoC see c8160/shell-helpers!6 where I added some intentional errors