mill.javalib.checkstyle

Members list

Type members

Classlikes

case class CheckstyleArgs(check: Boolean, stdout: Boolean, sources: Leftover[String])

Value parameters

check

if an exception should be raised when violations are found

sources

(optional) files(s) or folder(s) to process

stdout

if Checkstyle should output report to System.out

Attributes

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

Attributes

Companion
class
Source
CheckstyleArgs.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Performs quality checks on Java source files using Checkstyle.

Performs quality checks on Java source files using Checkstyle.

Attributes

Source
CheckstyleModule.scala
Supertypes
trait JavaModule
trait RunModule
trait TaskModule
trait BspModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes

Extends CheckstyleModule with the ability to generate CheckstyleXsltReports.

Extends CheckstyleModule with the ability to generate CheckstyleXsltReports.

Attributes

Source
CheckstyleXsltModule.scala
Supertypes
trait JavaModule
trait RunModule
trait TaskModule
trait BspModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
case class CheckstyleXsltReport(xslt: PathRef, output: PathRef)

A report obtained by transforming a Checkstyle output report.

A report obtained by transforming a Checkstyle output report.

Value parameters

output

path to the transformed output report

xslt

path to an XSLT file

Attributes

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

Attributes

Companion
class
Source
CheckstyleXsltReport.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type