final case class UnusedCodeConfig(files: List[String], scalafixConfigPath: Option[String], excludeNameRegex: Set[String], excludePath: Set[String], excludeGitLastCommit: Option[Duration], excludeMainMethod: Boolean, dialect: Dialect, excludeMethodRegex: Set[String], baseDir: String) extends Product with Serializable
- files
target files for find unused code
- scalafixConfigPath
.scalafix.conf
file path- excludePath
- excludeGitLastCommit
skip recently added or changed sources
- excludeMainMethod
don't remove main methods if true
- Source
- UnusedCodeConfig.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnusedCodeConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnusedCodeConfig(files: List[String], scalafixConfigPath: Option[String], excludeNameRegex: Set[String], excludePath: Set[String], excludeGitLastCommit: Option[Duration], excludeMainMethod: Boolean, dialect: Dialect, excludeMethodRegex: Set[String], baseDir: String)
- files
target files for find unused code
- scalafixConfigPath
.scalafix.conf
file path- excludePath
- excludeGitLastCommit
skip recently added or changed sources
- excludeMainMethod
don't remove main methods if true
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseDir: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dialect: Dialect
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val excludeGitLastCommit: Option[Duration]
- val excludeMainMethod: Boolean
- val excludeMethodRegex: Set[String]
- val excludeNameRegex: Set[String]
- val excludePath: Set[String]
- val files: List[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isExcludeMethod(name: String): Boolean
- def isExcludeName(name: String): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pathMatchers: Seq[PathMatcher]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scalafixConfigPath: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()