alint 0.4.5

Language-agnostic linter for repository structure, file existence, filename conventions, and file content rules.
{
  "schema_version": 1,
  "summary": {
    "failing_rules": 1,
    "passing_rules": 0,
    "total_violations": 1,
    "has_errors": true,
    "has_warnings": false
  },
  "results": [
    {
      "id": "has-readme",
      "level": "error",
      "passed": false,
      "fixable": false,
      "violations": [
        {
          "message": "expected a file matching [README.md] at the repo root"
        }
      ]
    }
  ]
}