mirror of https://github.com/sbt/sbt.git
Remove `whitesource` from LintUnused
This commit is contained in:
parent
78afa8fb96
commit
b569bea154
|
|
@ -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