
com.puppycrawl.tools.checkstyle.sarif.ResultLineColumn.template Maven / Gradle / Ivy
{
"level": "${severityLevel}",
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "${uri}"
},
"region": {
"startColumn": ${column},
"startLine": ${line}
}
}
}
],
"message": {
"text": "${message}"
},
"ruleId": "${ruleId}"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy