LintUnused

sbt.internal.LintUnused$
object LintUnused

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def lintResultLines(result: Seq[(ScopedKey[_], String, Vector[SourcePosition])]): Vector[String]
def lintUnused(state: State, includeKeys: String => Boolean, excludeKeys: String => Boolean): Seq[(ScopedKey[_], String, Vector[SourcePosition])]
def lintUnusedFunc(s: State): State
def lintUnusedTask: Initialize[InputTask[Unit]]

Concrete fields

lazy val lintSettings: Seq[Setting[_]]