# `Bylaw.Credo.Plugin.HEExSources`
[🔗](https://github.com/ryanzidago/bylaw/blob/v0.4.0/lib/bylaw/credo/plugin/heex_sources.ex#L1)

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.

Credo discovers embedded `~H` templates in `.ex` and `.exs` files by default.
This plugin adds standalone Phoenix `.html.heex` templates to the source files
passed to Credo checks.

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
