ktlint-reporter-plain
Module Contents
alltypes
Module Contents
enum
class
Color
Module Contents
BLACK
BLUE
CYAN
DARK_GRAY
GREEN
LIGHT_BLUE
LIGHT_CYAN
LIGHT_GRAY
LIGHT_GREEN
LIGHT_MAGENTA
LIGHT_RED
LIGHT_YELLOW
MAGENTA
RED
WHITE
YELLOW
val
code
:
Int
class
PlainReporter
:
Reporter
Module Contents
PlainReporter
(
out
:
PrintStream
,
verbose
:
Boolean
=
false
,
groupByFile
:
Boolean
=
false
,
shouldColorOutput
:
Boolean
=
false
,
outputColor
:
Color
=
Color.DARK_GRAY
,
pad
:
Boolean
=
false
)
fun
after
(
file
:
String
)
:
Unit
val
groupByFile
:
Boolean
fun
onLintError
(
file
:
String
,
err
:
LintError
,
corrected
:
Boolean
)
:
Unit
val
out
:
PrintStream
val
outputColor
:
Color
val
pad
:
Boolean
val
shouldColorOutput
:
Boolean
val
verbose
:
Boolean
class
PlainReporterProvider
:
ReporterProvider
Module Contents
PlainReporterProvider
(
)
fun
get
(
out
:
PrintStream
,
opt
:
Map
<
String
,
String
>
)
:
Reporter
val
id
:
String
kotlin.String
Module Contents
fun
String
.
color
(
foreground
:
Color
)
:
String
package
com.pinterest.ktlint.reporter.plain
Module Contents
class
PlainReporter
:
Reporter
Module Contents
PlainReporter
(
out
:
PrintStream
,
verbose
:
Boolean
=
false
,
groupByFile
:
Boolean
=
false
,
shouldColorOutput
:
Boolean
=
false
,
outputColor
:
Color
=
Color.DARK_GRAY
,
pad
:
Boolean
=
false
)
fun
after
(
file
:
String
)
:
Unit
val
groupByFile
:
Boolean
fun
onLintError
(
file
:
String
,
err
:
LintError
,
corrected
:
Boolean
)
:
Unit
val
out
:
PrintStream
val
outputColor
:
Color
val
pad
:
Boolean
val
shouldColorOutput
:
Boolean
val
verbose
:
Boolean
class
PlainReporterProvider
:
ReporterProvider
Module Contents
PlainReporterProvider
(
)
fun
get
(
out
:
PrintStream
,
opt
:
Map
<
String
,
String
>
)
:
Reporter
val
id
:
String
package
com.pinterest.ktlint.reporter.plain.internal
Module Contents
enum
class
Color
Module Contents
BLACK
BLUE
CYAN
DARK_GRAY
GREEN
LIGHT_BLUE
LIGHT_CYAN
LIGHT_GRAY
LIGHT_GREEN
LIGHT_MAGENTA
LIGHT_RED
LIGHT_YELLOW
MAGENTA
RED
WHITE
YELLOW
val
code
:
Int
kotlin.String
Module Contents
fun
String
.
color
(
foreground
:
Color
)
:
String