mirror of https://github.com/sbt/sbt.git
**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. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||