Package arrow.meta.plugins.analysis.sarif

Types

Link copied to clipboard
data class ReportedError(    val id: String,     val errorsId: ErrorIds,     val element: Element,     val msg: String,     val references: List<Element>)

Functions

Link copied to clipboard
fun sarifFileContent(    baseDir: String,     analysisVersion: String,     errors: List<ReportedError>): String
Link copied to clipboard
fun toResults(baseDir: String, errors: List<ReportedError>): List<Result>