class PlainReporter : Reporter
PlainReporter(out: PrintStream, verbose: Boolean = false, groupByFile: Boolean = false, shouldColorOutput: Boolean = false, outputColor: Color = Color.DARK_GRAY, pad: Boolean = false) |
val groupByFile: Boolean |
|
val out: PrintStream |
|
val outputColor: Color |
|
val pad: Boolean |
|
val shouldColorOutput: Boolean |
|
val verbose: Boolean |
fun after(file: String): Unit |
|
fun onLintError(file: String, err: LintError, corrected: Boolean): Unit |