credo

Static code analysis tool for Elixir language

brewmacoslinux
Try with needOr install directly
Source

About

Static code analysis tool for the Elixir

Commands

mixcredo

Examples

Analyze entire Elixir project for code issues$ credo
Run strict code analysis with all checks enabled$ credo --strict
Analyze specific file or directory$ credo analyze lib/my_module.ex