Running shellcheck inside of zizmor is out of the question for performance reasons, but we can do a subset of what shellcheck does by looking for ERROR nodes when we parse each shell block with tree-sitter's bash and/or pwsh grammars.
I'll need to evaluate this to see how noisy it'll be.
h/t @AlexWaygood
Running shellcheck inside of zizmor is out of the question for performance reasons, but we can do a subset of what shellcheck does by looking for
ERRORnodes when we parse each shell block withtree-sitter's bash and/or pwsh grammars.I'll need to evaluate this to see how noisy it'll be.
h/t @AlexWaygood