mill.javalib.pmd

Members list

Type members

Classlikes

case class PmdArgs(failOnViolation: Boolean, stdout: Boolean, format: String, sources: Leftover[String])

Attributes

Companion
object
Source
PmdArgs.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PmdArgs

Attributes

Companion
class
Source
PmdArgs.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PmdArgs.type
@Scaladoc(value = "/**\n * Checks Java source files with PMD static code analyzer [[https://pmd.github.io/]].\n */")

Checks Java source files with PMD static code analyzer https://pmd.github.io/.

Checks Java source files with PMD static code analyzer https://pmd.github.io/.

Attributes

Companion
object
Source
PmdModule.scala
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
object PmdModule
@Scaladoc(value = "/**\n * External module for PMD integration.\n *\n * Allows usage via `import mill.javalib.pmd/` in build.mill.\n */")

External module for PMD integration.

External module for PMD integration.

Allows usage via import mill.javalib.pmd/ in build.mill.

Attributes

Companion
trait
Source
PmdModule.scala
Supertypes
trait TaskModule
trait PmdModule
class BaseModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type
PmdModule.type

Value members

Inherited fields

Attributes

Inherited from:
Alias
Source
ExternalModule.scala