shellcheck
shellcheck copied to clipboard
ShellCheck, a static analysis tool for shell scripts
#### For bugs - Rule Id (if any, e.g. SC1000): SC2012 - My shellcheck version (`shellcheck --version` or "online"): online - [x] The rule's wiki page does not already cover...
Hi, the current Did-you-mean? alternative for SC2006 `"Use $(...) notation instead of legacy backticks` would be much improved if it removed the would-no-longer-be-necessary backslash quoting that is necessary when using...
#### BUG REPORT - Rule ID: SC1070, SC1141, SC1083, - My shellcheck version: online - [x] The rule's wiki page does not already cover this - [x] I tried on...
Is it possible to merge `system`-style hook (see https://github.com/Jarmos-san/shellcheck-precommit) to the official one please? Thanks.
#### 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. SC1000): - My shellcheck version: 0.9.0 / online - [x] The rule's wiki page does not already cover this (https://shellcheck.net/wiki/SC2181) -...
- My shellcheck version (`shellcheck --version` or "online"): Had to uninstall to get system working but its an up to date arch system. #### Here's a snippet or screenshot that...
please support ksh `~(N)` pattern prefix which is similar to the `nullglob` option in bash - My shellcheck version (`shellcheck --version` or "online"): 0.9.0 - [X] The rule's wiki page...
#### 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...
I would have reported this bug toward https://github.com/koalaman/shellcheck-precommit repository because is specific to it. The problem of using docker_image with volume mounts to run shellcheck with that there is no...