LexCredo (LexCredo v0.1.0)

Copy Markdown View Source

LexCredo provides custom Credo checks for Elixir projects, targeting anti-patterns that are commonly introduced by both AI coding agents and human developers.

The checks are drawn primarily from:

Available Checks

Design

Readability

Refactor

Warning

Controversial checks

Checks marked (controversial) reflect opinions that are actively debated in the Elixir community. They are enabled by default because they catch real problems for AI-generated code, but your team may reasonably disagree. Review and disable as needed.

Summary

Functions

Returns the current version of LexCredo.

Functions

version()

@spec version() :: String.t()

Returns the current version of LexCredo.

Examples

iex> LexCredo.version()
"0.1.0"