mirror of https://github.com/sbt/sbt.git
Add onLoad and onUnload to project lint excludes
This commit is contained in:
parent
0d1d8a790c
commit
cc09294cf3
|
|
@ -22,7 +22,9 @@ object LintUnused {
|
|||
concurrentRestrictions,
|
||||
commands,
|
||||
crossScalaVersions,
|
||||
onLoad,
|
||||
onLoadMessage,
|
||||
onUnload,
|
||||
sbt.nio.Keys.watchTriggers,
|
||||
),
|
||||
includeLintKeys := Set(
|
||||
|
|
|
|||
Loading…
Reference in New Issue