Class HtmlReporter
-
- All Implemented Interfaces:
-
com.pinterest.ktlint.cli.reporter.core.api.ReporterV2
public final class HtmlReporter implements ReporterV2
-
-
Constructor Summary
Constructors Constructor Description HtmlReporter(PrintStream out)
-
Method Summary
Modifier and Type Method Description UnitonLintError(String file, KtlintCliError ktlintCliError)UnitafterAll()-
-
Constructor Detail
-
HtmlReporter
HtmlReporter(PrintStream out)
-
-
Method Detail
-
onLintError
Unit onLintError(String file, KtlintCliError ktlintCliError)
-
-
-
-