Interface CheckstyleOutput
@Immutable
public interface CheckstyleOutput
A minimal format for the output of the
CheckstyleOutput gradle tasks (eg. build/checkstyle/main.xml)
see: https://github.com/checkstyle/checkstyle/blob/253430250fe784998d1b9d8a1c1b54c452751154/
src/main/java/com/puppycrawl/tools/checkstyle/XMLLogger.java#L157.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic interface -
Method Summary
-
Method Details
-
files
List<CheckstyleOutput.File> files() -
builder
-