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
- FEAT: check if using dot command in posix shell without a slash in the filename
- Bug: not checking if function exists when containing variables as part of the call.
- Suggestion: warn if sourcing a file without checking if it exists.
- False positives for SC2086 and SC2154 with named coprocess in bash
- why shellcheck -x very slow?
- Feature: Custom rules
- Feature: detect return values other than 0-225 (like strings) in functions when used via variables
- Single quotes with awk stored in variable
- Feature: When using "set -u" and testing if a variable is set, don't forget "${:-}"
- Feature: detect nonportable shebangs
- Docs
- Haskell not yet supported