Updated SC3003 (markdown)
Destroyed ”ErrorCode (markdown)
Created ”ErrorCode (markdown)
Destroyed SC1042 (markdown)
Destroyed _Sidebar (markdown)
Created SC2086 (rest)
Destroyed SC2086 (markdown)
printf %b is POSIX, so move that suggestion into the Rationale section
Created SC107 (markdown)
Revert 98b771780adbade289cffe388efb0a90756638c6...9f3cd894e19a5c262996648d70a136fdfd5865ee on GitLab CI
Another minor grammatical fix
Minor grammatical fix
using a pipe and avoiding the use of the stdin file descriptor
Created SC2326 (markdown)
Created SC2325 (markdown)
Created SC2324 (markdown)
include shell files (instead of excluding them)
cleaned up "Exceptions section
Destroyed Spelll check (markdown)
Destroyed Shellcheck (markdown)
Destroyed Mobile (creole)
Destroyed Chat (mediawiki)
Destroyed FADS (markdown)
Updated SC2153 (markdown)
Add an exception (prompt vars) and quote from the man pg
Add four varying examples found in the wild of problematic code
`let count++` gives a warning suggesting `(( count++ ))` instead. The deleted "Equivalently" code was _not_ equivalent and it didn't work because `count` was modified in a subshell (as shellcheck itself points out)
In exceptions section, changed wording in example of PS4
Related resources section, added reference to BashFaq "Practices" page