package checkstyle
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CheckstyleArgs(check: Boolean = true, stdout: Boolean = true, sources: Leftover[String]) extends Product with Serializable
Arguments for CheckstyleModule.checkstyle.
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()
- trait CheckstyleModule extends BaseClass with scalalib.JavaModule
Performs quality checks on Java source files using Checkstyle.
- trait CheckstyleXsltModule extends BaseClass with CheckstyleModule
Extends CheckstyleModule with the ability to generate CheckstyleXsltReports.
- 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
- object CheckstyleArgs extends Serializable
- object CheckstyleXsltReport extends Serializable