Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shellcheck

How do you fix or mask a 1091 error found with shellcheck when including a source in a bash script?

bash shellcheck

Cannot figure out how to fix shellcheck complaint that I should not use a glob as a command when starting one script from another

bash glob shellcheck

Static code analysis using ShellCheck for shell script - predefined rules

How to portability use "${@:2}"?

Splitting a list in bash

bash shellcheck

How to be explicit about intentional word splitting?

bash sh shellcheck

Variable Interpolation vs. Substitution in printf Format String

shell printf shellcheck

ShellCheck warning: "Iterating over ls output is fragile. Use globs. [SC2045]"

bash ls shellcheck

Best Practice : Print an array in a bash script

Why are && and || preferred to -a and -o

bash shell shellcheck

How to pass a glob to a shell script via an environment variable while passing ShellCheck

bash shell shellcheck

How to suppress irrelevant ShellCheck messages?

linux shell shellcheck

What does this error mean? (SC2129: Consider using { cmd1; cmd2; } >> file instead of individual redirects.)

bash shell shellcheck

Why does shellcheck fail when a source file is representing the variables at the top of a script?

bash scripting shellcheck