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:
Ethan Atkins 2020-07-26 18:48:11 -07:00
parent 67e7b51979
commit 45a940a080
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ object LintUnused {
commands,
crossScalaVersions,
initialize,
lintUnusedKeysOnLoad,
onLoad,
onLoadMessage,
onUnload,