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

shared/unused

  • Category: performance
  • Default severity: warning

Issue

Unused shared declarations add runtime bookkeeping and can signal stale config.

How to fix it

Remove stale entries, or ensure usage is visible via static imports, string-literal import() / loadShare, or an opt-in Observability runtime trace.

Suppress or retarget with rules["shared/unused"] set to "off" or a severity — see Suppressions and allowlists.

Sources