sbt/main/src
PandaMan f6f00c1931
[2.x] fix: Exclude autoStartServer from lintUnused warnings (#6624) (#8708)
**Problem**
Setting `Global / autoStartServer := false` in global.sbt triggers a
spurious lintUnused warning, even though the setting is correctly used
by sbt's server startup logic.

**Solution**
Add `autoStartServer` to the `excludeLintKeys` set in LintUnused.scala,
similar to other server-related settings like `serverConnectionType` and
`serverIdleTimeout`. This prevents the warning while maintaining the
functionality of the setting.
2026-02-07 10:47:25 -05:00
..
main [2.x] fix: Exclude autoStartServer from lintUnused warnings (#6624) (#8708) 2026-02-07 10:47:25 -05:00
test [2.x] feat: add rootProject macro (#8671) 2026-02-01 01:07:10 -05:00