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
- False positive SC2094
- SC2178: Tell the user about the special MAPFILE variable
- Suggest arrays when running a string containing spaces
- Suggest here-string rather than `echo` + a pipeline
- Suggest the least powerful form of quotes applicable to the contents
- Suggest `getopt` instead of any kind of manual options parsing
- Question: Is there a chance to detect a missing $ for a variable?
- `set -o pipefail` in subshell incorrectly scoped to whole script (when detecting SC2312 check-extra-masked-returns)
- shellcheckrc exclude range doesnt include last item in range
- Shellcheck v0.8.0 runs out of memory on linux OS for big sh files
- Docs
- Haskell not yet supported