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
- SC2127: POSIX.1-2024 now allows `;&` in `case` (fallthrough)
- SC3009: POSIX.1-2024 now supports brace expansion
- SC3012: warning does not escape `<`/`>` in `test`
- opening a pipe to a `while read` loop flags assignment of `$?` as SC2319
- SC2292 description reads as though [[ ]] are a drop in replacement for [ ] in Bash
- SC2155 False Positive
- Comments starting with shellcheck throw SC1072 and SC1073 when they are not related to disabling rules
- SC2142 false positive with inline functions inside aliases
- feature request: add option to complain about redundant braces
- False positives on SC3028
- Docs
- Haskell not yet supported