For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/config/get-public-path-unused.md.

config/get-public-path-unused

  • Category: tooling
  • Default severity: info

Issue

getPublicPath has no effect on a consumer that exposes no modules.

How to fix it

Remove dead config or move it to the producer that owns the assets.

Suppress or retarget with rules["config/get-public-path-unused"] set to "off" or a severity — see Suppressions and allowlists.

Sources