shellcheck
https://github.com/koalaman/shellcheck
Haskell
ShellCheck, a static analysis tool for shell scripts
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Haskell not yet supported16 Subscribers
Add a CodeTriage badge to shellcheck
Help out
- Issues
- Local variable escaped from the function
- SC2116 (Useless echo?) and SC2046 (prevent word splitting) should not apply if in case of SC2327 (command substitution will be empty).
- /bin/dash detect error
- shellcheck-v0.10.0.linux.riscv64.tar.xz is actually gzipped, not xz'd
- Don't warn about a function not invoked if the function is exported
- False positive for SC1003
- feature request: warn discarding exit code of `test`, `[`, and `[[`
- "SC2004 (style): $/${} is unnecessary on arithmetic variables" is too strict
- FR: SC2086: Annotate a variable definition not meat to be quoted
- RFC: Should SC2312 warn on testing pipelines?
- Docs
- Haskell not yet supported