All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puppycrawl.tools.checkstyle.sarif.ResultFileOnly.template Maven / Gradle / Ivy

Go to download

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

There is a newer version: 10.18.1
Show newest version
        {
          "level": "${severityLevel}",
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "${uri}"
                }
              }
            }
          ],
          "message": {
            "text": "${message}"
          }
        }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy