mirror of https://github.com/sbt/sbt.git
[2.x] Remove `whitesource` from LintUnused (#9064)
This commit is contained in:
parent
2e0a724c63
commit
6fe83aa021
|
|
@ -23,7 +23,7 @@ object LintUnused {
|
|||
keyName => includes(keyName)
|
||||
},
|
||||
lintExcludeFilter := {
|
||||
val excludedPrefixes = List("release", "sonatype", "watch", "whitesource")
|
||||
val excludedPrefixes = List("release", "sonatype", "watch")
|
||||
val excludes = excludeLintKeys.value.map(_.scopedKey.key.label)
|
||||
keyName => excludes(keyName) || excludedPrefixes.exists(keyName.startsWith(_))
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue