Hive Hive
Sign in

Static products lint short-circuits when warning targets is .none

Metadata
Source
GitHub
Version
4.202.0-rc.3
Published
Jul 03, 2026 · 16:57 UTC
Repository
tuist/tuist
Update

When staticSideEffectsWarningTargets is set to .none, the static products graph linter now skips its dependency-graph traversal entirely instead of walking the graph and then discarding the results. On a ~6,700-target project the lint time drops from ~36s to ~10s.