Add `nullglob` to avoid error when there are no specific scripts
add abort with custom error message
Added link to Azure Pipelines
Created Azure Pipelines (markdown)
Updated SC1037 (markdown)
POSIX does permit ${10}, ${11}, etc. - https://github.com/koalaman/shellcheck/issues/621
Add another required case for using $ in an arithmetic expression, one that too many people tend to forget about.
Provide rationale for SC2155 in the case of `local` as explained by @jgallag88 in delphix/appliance-build#339
Created SC2073 (markdown)
Destroyed _Footer (markdown)
Created _Footer (markdown)
Updated SC2251 (markdown)
Updated Integration (markdown)
Updated SC2206 (markdown)
Created SC2253 (markdown)
Updated SC1067 (markdown)
Created SC1067 (markdown)
Setting IFS=" " does not split if the on two or more spaces, i.e., "var1 var2". While without it, it splits into arr=("var1" "var2")
Created SC1135 (markdown)
zsh isn't supported by shellcheck
changed double negative "can't not" -> "can"
Link to Google's Bash Style guide
Created SC2252 (markdown)
Updated SC2055 (markdown)
Add Heredoc section
Add "Redirect both stdout and stderr"