mirror of https://github.com/sbt/sbt.git
Add lintUnusedKeysOnLoad to lint ignore keys
I noticed that if lintUnusedKeysOnLoad := true is set, it emits a lint warning. As a side note, Project linting takes about 300-400ms in the sbt project so we might want to consider disabling it by default in batch mode at least.
This commit is contained in:
parent
67e7b51979
commit
45a940a080
|
|
@ -31,6 +31,7 @@ object LintUnused {
|
|||
commands,
|
||||
crossScalaVersions,
|
||||
initialize,
|
||||
lintUnusedKeysOnLoad,
|
||||
onLoad,
|
||||
onLoadMessage,
|
||||
onUnload,
|
||||
|
|
|
|||
Loading…
Reference in New Issue