mirror of https://github.com/sbt/sbt.git
Merge pull request #6028 from adpi2/lint-exclude-idle-timeout
Add serverIdleTimeout to the list of excluded lint keys
This commit is contained in:
commit
1f770bc1c0
|
|
@ -38,6 +38,7 @@ object LintUnused {
|
|||
onUnload,
|
||||
sbt.nio.Keys.watchTriggers,
|
||||
serverConnectionType,
|
||||
serverIdleTimeout,
|
||||
shellPrompt,
|
||||
),
|
||||
includeLintKeys := Set(
|
||||
|
|
|
|||
Loading…
Reference in New Issue