alint 0.9.21

Language-agnostic linter for repository structure, file existence, filename conventions, and file content rules.
{
  "$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json",
  "version": "2.1.0",
  "runs": [
    {
      "tool": {
        "driver": {
          "name": "alint",
          "informationUri": "https://github.com/asamarts/alint",
          "version": "[..]",
          "rules": [
            {
              "id": "has-readme",
              "shortDescription": {
                "text": "alint rule `has-readme`"
              }
            }
          ]
        }
      },
      "results": [
        {
          "ruleId": "has-readme",
          "level": "error",
          "message": {
            "text": "expected a file matching [README.md] at the repo root"
          },
          "locations": []
        }
      ]
    }
  ]
}