Packages

p

mill.javalib

checkstyle

package checkstyle

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CheckstyleArgs(check: Boolean = true, stdout: Boolean = true, sources: Leftover[String]) extends Product with Serializable

    Arguments for CheckstyleModule.checkstyle.

    check

    if an exception should be raised when violations are found

    stdout

    if Checkstyle should output report to System.out

    sources

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

    Annotations
    @main()
  2. trait CheckstyleModule extends BaseClass with scalalib.JavaModule

    Performs quality checks on Java source files using Checkstyle.

  3. trait CheckstyleXsltModule extends BaseClass with CheckstyleModule

    Extends CheckstyleModule with the ability to generate CheckstyleXsltReports.

  4. case class CheckstyleXsltReport(xslt: api.PathRef, output: api.PathRef) extends Product with Serializable

    A report obtained by transforming a Checkstyle output report.

    A report obtained by transforming a Checkstyle output report.

    xslt

    path to an XSLT file

    output

    path to the transformed output report

Value Members

  1. object CheckstyleArgs extends Serializable
  2. object CheckstyleXsltReport extends Serializable

Ungrouped