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: SC2119 and SC2120 - "$#" is not an argument / positional parameter.
- In dash ${@} parameter transformation is undefined
- False positive SC2124 on `quoted_args="${@@Q}"`
- SC2154: Warn for `set -u` variables that will fail to expand, e.g. also in an `if`-condition
- Emit warning for standalone pre/post increment/decrement operations with 'set -e'
- Exceptions for SC2181
- SC2312 should be a little smarter
- [FEATURE REQUEST] Check if variables are defined before other variables that use them
- SC2155: A hidden case of "masking" return values
- SC1143: SC shows error, but script doesn't appear to error
- Docs
- Haskell not yet supported