A static code analysis tool with a focus on code consistency and teaching.
@antedeguemon's Credo checks
Some Credo checks for clean elixir app code
Provides a mix project template with mix_test_watch, credo, and stream_data installed and configured.
This is a custom Credo check that looks for a very specific edge case: * Ecto.Repo.transaction/2 will return a 4 tuple when an error occ...
Elixir Linter is an engine for quickly and easily running Credo code quality evaluation against any project! Learn more about Credo here...
Credo checks based formatter
Credo check to check function calls that violate context boundaries.