AshCredo (ash_credo v0.5.2)

Copy Markdown View Source

Credo checks for Ash Framework.

Provides pre-built checks that detect common Ash anti-patterns by pattern matching on unexpanded source AST.

Plugin Usage

Add to your .credo.exs:

%{configs: [%{
  name: "default",
  plugins: [{AshCredo, []}]
}]}

Summary

Functions

init(exec)