mirror of https://github.com/sbt/sbt.git
Fix for crossSbtVersions triggering lintBuild
Currently crossSbtVersions is incorrectly generating a warning that it is an unused setting (see https://github.com/sbt/sbt/pull/5153). This PR fixes this by adding it to the list of excluded lint keys. Fixes #6571.
This commit is contained in:
parent
5f512d9a50
commit
ea67d3376b
|
|
@ -32,6 +32,7 @@ object LintUnused {
|
|||
concurrentRestrictions,
|
||||
commands,
|
||||
crossScalaVersions,
|
||||
crossSbtVersions,
|
||||
initialize,
|
||||
lintUnusedKeysOnLoad,
|
||||
onLoad,
|
||||
|
|
|
|||
Loading…
Reference in New Issue