Add serverIdleTimeout to the list of excluded lint keys

This commit is contained in:
Adrien Piquerez 2020-10-26 15:42:13 +01:00
parent 7a7bc5d0f9
commit 3ca7951d13
1 changed files with 1 additions and 0 deletions

View File

@ -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(