LintProblemReporter

Author

Alexander Weigl

Constructors

Link copied to clipboard
constructor(problemConsumer: Consumer<LintProblem>)

Functions

Link copied to clipboard
fun error(node: NodeWithTokenRange<*>, category: String?, ruleId: String, message: String, vararg args: Any?)
Link copied to clipboard
fun hint(node: NodeWithTokenRange<*>, category: String?, ruleId: String, message: String, vararg args: Any?)
Link copied to clipboard
fun report(lintProblem: LintProblem)
fun report(level: String, range: TokenRange?, category: String?, ruleId: String, message: String, vararg args: Any?)
Link copied to clipboard
fun warn(node: NodeWithTokenRange<*>, category: String?, ruleId: String, message: String, vararg args: Any?)