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,
|
onUnload,
|
||||||
sbt.nio.Keys.watchTriggers,
|
sbt.nio.Keys.watchTriggers,
|
||||||
serverConnectionType,
|
serverConnectionType,
|
||||||
|
serverIdleTimeout,
|
||||||
shellPrompt,
|
shellPrompt,
|
||||||
),
|
),
|
||||||
includeLintKeys := Set(
|
includeLintKeys := Set(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue