Package arrow.meta.plugins.analysis.sarif

Types

Link copied to clipboard
data class ReportedError(id: String, errorsId: ErrorIds, element: Element, msg: String, 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>