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/reliability/vite-fixed-parse-timeout.md.

reliability/vite-fixed-parse-timeout

  • Category: reliability
  • Default severity: info

Issue

A busy large build can exceed a fixed timeout and produce incomplete remote/shared analysis.

How to fix it

Prefer moduleParseIdleTimeout so only inactivity ends parsing.

Suppress or retarget with rules["reliability/vite-fixed-parse-timeout"] set to "off" or a severity — see Suppressions and allowlists.

Sources