shellcheck
shellcheck copied to clipboard
ShellCheck, a static analysis tool for shell scripts
https://github.com/search?q=repo%3Akoalaman%2Fshellcheck%20Parentesis&type=code The correct form is "Parenthesis". Would you merge a PR?
shellcheck is not detecting malformed brace matching ``` if [[ "${a,,}" == "z" ] || [ "${a,,}" == "z" ]]; then ``` but at runtime i get error of: ```...
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about - [x] I searched through https://github.com/koalaman/shellcheck/issues and found related #1287...
#### For bugs - Rule Id (if any, e.g. SC1000): SC1088 - My shellcheck version (`shellcheck --version` or "online"): 0.9.0 - [x] The rule's wiki page does not already cover...
#### For bugs - Rule Id (if any, e.g. SC1000): SC2050 - My shellcheck version (`shellcheck --version` or "online"): online - [X] The rule's wiki page does not already cover...
#### For bugs - Rule Id (if any, e.g. SC1000): SC2057. - My shellcheck version (`shellcheck --version` or "online"): Included with PHPStorm - [ X] The rule's wiki page does...
#### 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 - Rule Id (if any, e.g. SC1010): - My shellcheck version: 0.9.0 - [ ] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC1010) it...
#### For bugs - Rule Id (if any, e.g. SC1000): - My shellcheck version (`shellcheck --version` or "online"): - [x] The rule's wiki page does not already cover this (e.g....
#### For bugs - Rule Id: SC2154 - My shellcheck version: ```bash ShellCheck - shell script analysis tool version: 0.9.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net ```...