Bylaw.Credo.Plugin.HEExSources (bylaw_credo v0.1.0-alpha.1)

Copy Markdown View Source

Loads standalone .html.heex templates into Credo source files.

Credo only parses Elixir source files during its normal source-loading step. Enable this plugin when checks need to run against standalone Phoenix HEEx templates.

plugins: [
  {Bylaw.Credo.Plugin.HEExSources, []}
]