Class PlainSummaryReporter
-
- All Implemented Interfaces:
-
com.pinterest.ktlint.cli.reporter.core.api.ReporterV2
public final class PlainSummaryReporter implements ReporterV2Reports a summary (count per rule) of the KtlintCliErrors which have been autocorrected and not been autocorrected.
-
-
Constructor Summary
Constructors Constructor Description PlainSummaryReporter(PrintStream out)
-
Method Summary
Modifier and Type Method Description UnitonLintError(String file, KtlintCliError ktlintCliError)UnitafterAll()-
-
Constructor Detail
-
PlainSummaryReporter
PlainSummaryReporter(PrintStream out)
-
-
Method Detail
-
onLintError
Unit onLintError(String file, KtlintCliError ktlintCliError)
-
-
-
-