mirror of https://github.com/sbt/sbt.git
Merge pull request #5619 from bjaglin/patch-1
exclude effectful initialize setting key from linting
This commit is contained in:
commit
87e57b5390
|
|
@ -22,6 +22,7 @@ object LintUnused {
|
|||
concurrentRestrictions,
|
||||
commands,
|
||||
crossScalaVersions,
|
||||
initialize,
|
||||
onLoad,
|
||||
onLoadMessage,
|
||||
onUnload,
|
||||
|
|
|
|||
Loading…
Reference in New Issue