VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.31k stars 1.02k forks source link

disable linter for bash error SC2002 #1796

Closed zpiatt closed 2 months ago

zpiatt commented 5 months ago

This PR disables https://www.shellcheck.net/wiki/SC2002 in build/build.sh & update_qualityjson.sh.

jq should be able read files directly, however, if cat is the preference, disabling this error will minimize noise when linting/troubleshooting.

daiyam commented 5 months ago

If you can make jq to output to the same file as the input, I'm all in that you update the specific commands.