|
|
|
|
|
by ice3
2317 days ago
|
|
I want to thank the author for an amazing tool. I've used ShellCheck to catch/fix numerous bugs on some mission critical financial systems (that depend on shell scripts!). Added it to pipelines and as a mandatory pre-commit hook in git, so all teams started using it (whether they like it or not). It even caught some places where a rm -rf / could happen because default parameter substitutions were not set ( Same as the Steam bug where it would remove your home directory, but on some big financial systems :) ) All in all - an amazing tool that saved me from a lot of grey hairs throughout the years. |
|