sbt/main
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
..
src [2.x] fix: Exclude autoStartServer from lintUnused warnings (#6624) (#8708) 2026-02-07 10:47:25 -05:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00