mill.javalib.checkstyle.CheckstyleArgs
See theCheckstyleArgs companion object
@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.
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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article