mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
[2.x] Remove whitesource from LintUnused (#9064)
This commit is contained in:
@@ -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(_))
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user