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
- Feature: Warn on stupid I/O redirect
- `echo "$foo" | ...` should become `... <<< "$foo"` in many cases
- No-op line continuation preceding comment.
- Feature: Should warn about unquoted exports in /bin/sh
- Should warn about useless `exit 0`
- Missing space reported in if [[ $var == \[*] ]]
- Warn about missing dollar sign near braces within double quotes
- names/identifiers in bash must be alphanumeric+underscore only (eg, no dash)
- Warn when comparing quoted values in `(( ))`
- SC2154: Option to ignore the capitals special-case
- Docs
- Haskell not yet supported