mldsa-native icon indicating copy to clipboard operation
mldsa-native copied to clipboard

linting: add shelcheck for shell script lint

Open L-series opened this issue 2 months ago • 1 comments

Add linting for shell scripts in the scipts directory as well as any *.sh file accross the project using shellcheck.

L-series avatar Dec 01 '25 00:12 L-series

@hanno-becker Hello, please see my comment above regarding what the issue was with the shfmt syntax. I've changed that syntax and I simplified the logic behind the shellcheck implementation.

I'm adding a variable which tracks the shells scripts which exist across the project and I pass that to both shfmt and shellcheck instead of recomputing it for shellcheck.

L-series avatar Dec 01 '25 19:12 L-series