-
- All Implemented Interfaces:
-
com.pinterest.ktlint.core.Reporter
public final class BaselineReporter implements Reporter
-
-
Field Summary
Fields Modifier and Type Field Description private final PrintStreamout
-
Constructor Summary
Constructors Constructor Description BaselineReporter(PrintStream out)
-
Method Summary
Modifier and Type Method Description final PrintStreamgetOut()UnitonLintError(String file, LintError err, Boolean corrected)UnitafterAll()-
-
Constructor Detail
-
BaselineReporter
BaselineReporter(PrintStream out)
-
-
Method Detail
-
getOut
final PrintStream getOut()
-
onLintError
Unit onLintError(String file, LintError err, Boolean corrected)
-
-
-
-