Skip to content

Simple bash syntax checker

Norman Koch requested to merge bash-syntax-checker into preview

A very simple syntax checker for bash scripts (executes bash -n $FILE for every (changed or specified) file), similiar to Jans "grep-forbidden-words"-script. May be a small check for the pipeline that is very quick but is able to detect and prevent very basic syntax errors in bash-scripts.

Merge request reports