mill.javalib.checkstyle
package mill.javalib.checkstyle
Members list
Type members
Classlikes
@Scaladoc(value = "/**\n * Arguments for [[CheckstyleModule.checkstyle]].\n *\n * @param check if an exception should be raised when violations are found\n * @param stdout if Checkstyle should output report to [[System.out]]\n * @param sources (optional) files(s) or folder(s) to process\n */")
Arguments for CheckstyleModule.checkstyle.
Arguments for CheckstyleModule.checkstyle.
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CheckstyleArgs
Attributes
- Companion
- class
- Source
- CheckstyleArgs.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CheckstyleArgs.type
@Scaladoc(value = "/**\n * Performs quality checks on Java source files using [[https://checkstyle.org/ Checkstyle]].\n */")
trait CheckstyleModule extends JavaModule
Performs quality checks on Java source files using Checkstyle.
Performs quality checks on Java source files using Checkstyle.
Attributes
- Source
- CheckstyleModule.scala
- Supertypes
-
trait JavaModuletrait AssemblyModuletrait SemanticDbJavaModuletrait OfflineSupportModuletrait CoursierModuletrait GenIdeaModuletrait RunModuletrait TaskModuletrait JavaModuleBasetrait BspModuletrait WithZincWorkertrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait CheckstyleXsltModule
@Scaladoc(value = "/**\n * Extends [[CheckstyleModule]] with the ability to generate [[CheckstyleXsltReport]]s.\n */")
trait CheckstyleXsltModule extends CheckstyleModule
Extends CheckstyleModule with the ability to generate CheckstyleXsltReports.
Extends CheckstyleModule with the ability to generate CheckstyleXsltReports.
Attributes
- Source
- CheckstyleXsltModule.scala
- Supertypes
-
trait CheckstyleModuletrait JavaModuletrait AssemblyModuletrait SemanticDbJavaModuletrait OfflineSupportModuletrait CoursierModuletrait GenIdeaModuletrait RunModuletrait TaskModuletrait JavaModuleBasetrait BspModuletrait WithZincWorkertrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
@Scaladoc(value = "/**\n * A report obtained by transforming a Checkstyle output report.\n *\n * @param xslt path to an [[https://www.w3.org/TR/xslt/ XSLT]] file\n * @param output path to the transformed output report\n */")
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CheckstyleXsltReport
Attributes
- Companion
- class
- Source
- CheckstyleXsltReport.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CheckstyleXsltReport.type
In this article