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/bridge/disable-alias-deprecated.md.

bridge/disable-alias-deprecated

  • Category: tooling
  • Default severity: info

Issue

bridge.disableAlias is a deprecated escape hatch; explicit enableBridgeRouter communicates intent clearly.

How to fix it

Prefer enableBridgeRouter: false (or true) over disableAlias, or set the rule to "off".

Suppress or retarget with rules["bridge/disable-alias-deprecated"] set to "off" or a severity — see Suppressions and allowlists.

Sources