mirror of https://github.com/sbt/sbt.git
Add serverConnectionType to excludeLintKeys
This commit is contained in:
parent
828aac8fe5
commit
31f36eeff3
|
|
@ -36,6 +36,7 @@ object LintUnused {
|
|||
onLoadMessage,
|
||||
onUnload,
|
||||
sbt.nio.Keys.watchTriggers,
|
||||
serverConnectionType,
|
||||
),
|
||||
includeLintKeys := Set(
|
||||
scalacOptions,
|
||||
|
|
|
|||
Loading…
Reference in New Issue