Class PlainReporter
-
- All Implemented Interfaces:
-
com.pinterest.ktlint.cli.reporter.core.api.ReporterV2
public final class PlainReporter implements ReporterV2Reports KtlintCliErrors which have not been autocorrected and pints a summary (count per rule) of the violations found.
-
-
Constructor Summary
Constructors Constructor Description PlainReporter(PrintStream out, Boolean groupByFile, Boolean shouldColorOutput, Color outputColor, Boolean pad)
-