Credo checks for Ash Framework.
Provides pre-built checks that detect common Ash anti-patterns by pattern matching on unexpanded source AST.
Add to your .credo.exs:
.credo.exs
%{configs: [%{ name: "default", plugins: [{AshCredo, []}] }]}