Hive Hive
Sign in

tuist generate skips static-products linting when warning targets is .none

Metadata
Source
GitHub
Version
4.202.0-rc.1
Published
Jul 03, 2026 · 09:12 UTC
Repository
tuist/tuist
Update

When staticSideEffectsWarningTargets is set to .none, tuist generate no longer performs the full graph DFS before discarding every finding. On a roughly 6,700-target project this reduces lint time from about 36 seconds to about 10 seconds.