shellcheck
shellcheck copied to clipboard
ShellCheck, a static analysis tool for shell scripts
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
#### For bugs with existing features - Rule Id (if any, e.g. SC1000): SC2329 - My shellcheck version (`shellcheck --version` or "online"): 0.11.0 - [x] The rule's wiki page does...
- Rule Id: [SC2148](https://www.shellcheck.net/wiki/SC2148) - [ ] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this *(N/A — ShellCheck.net doesn't involve filenames)* - [x] I searched through...
The following *problematic* code does **not** trigger [SC2129](https://www.shellcheck.net/wiki/SC2129) — if there is already a grouped redirection, [SC2129](https://www.shellcheck.net/wiki/SC2129) cannot be triggered: ```bash { echo foo date } >> file cat stuff...
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
#### For new checks and feature suggestions - [X] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [X] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
#### For bugs with existing features - Rule Id (if any, e.g. SC2093): - My shellcheck version (`shellcheck --version` or "online"): 0.11.0 and online. - [x] The rule's wiki page...
#### For bugs with existing features - Rule Id: SC2206 - My shellcheck version: 0.10.0 - [x] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086) - [...
Hello, I hope you're doing all fine ; - ) Thanks for the greate job ! - ) I am trying to ramp up on shellcheck because I know I...