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,
|
concurrentRestrictions,
|
||||||
commands,
|
commands,
|
||||||
crossScalaVersions,
|
crossScalaVersions,
|
||||||
|
onLoad,
|
||||||
onLoadMessage,
|
onLoadMessage,
|
||||||
|
onUnload,
|
||||||
sbt.nio.Keys.watchTriggers,
|
sbt.nio.Keys.watchTriggers,
|
||||||
),
|
),
|
||||||
includeLintKeys := Set(
|
includeLintKeys := Set(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue