credo
https://github.com/rrrene/credo
Elixir
A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
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.
Elixir not yet supported19 Subscribers
Add a CodeTriage badge to credo
Help out
- Issues
- False positive within typespecs on NestedFunctionCalls code readability check
- False positive on "There should be no unused return values for Enum functions" with anonymous function usage
- Add `UnusedVariableNames` missing checks
- Credo.Check format_issue opts allow a custom category
- Credo.Check.Readability.FunctionNames potential false positives for non-sigil functions beginning with "sigil_"
- False-positive SinglePipe when piped after `for` special form
- Credo.Check.Warning.Dbg: account for `&dbg/1`
- `--format=sarif` still outputs summary with using `mix credo diff`
- Detect ambiguity in function calls without parentheses
- Credo.Check.Warning.Dbg: doesn't warn when using `&dbg/1`
- Docs
- Elixir not yet supported