{"id":20030274,"url":"https://github.com/pycontribs/zuul-lint","last_synced_at":"2025-05-05T03:32:47.961Z","repository":{"id":44935252,"uuid":"233437747","full_name":"pycontribs/zuul-lint","owner":"pycontribs","description":"Zuul Config Linter","archived":false,"fork":false,"pushed_at":"2025-04-28T16:51:49.000Z","size":42,"stargazers_count":3,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-28T17:48:52.095Z","etag":null,"topics":["linter","zuul"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pycontribs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-12T18:20:46.000Z","updated_at":"2025-01-14T21:15:08.000Z","dependencies_parsed_at":"2023-02-10T05:16:23.340Z","dependency_job_id":"defc21c8-5ced-4d16-9152-43f8d9fa0ca4","html_url":"https://github.com/pycontribs/zuul-lint","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fzuul-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fzuul-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fzuul-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fzuul-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pycontribs","download_url":"https://codeload.github.com/pycontribs/zuul-lint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435557,"owners_count":21747457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linter","zuul"],"created_at":"2024-11-13T09:25:38.174Z","updated_at":"2025-05-05T03:32:47.419Z","avatar_url":"https://github.com/pycontribs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zuul-lint\n\n## Validate from the command line\n\n```\npip install zuul-lint\n\nzuul-lint .zuul.yaml\n```\n\n## Validate with pre-commit\n\nAdd the code below to your `.pre-commit-config.yaml` file:\n\n```yaml\n  - repo: https://github.com/pycontribs/zuul-lint.git\n    rev: \"0.1\"\n    hooks:\n      - id: zuul-lint\n```\n\n\n## Validate with VS Code\n\nTo ease editing Zuul CI configuration file we added experimental support for\na Zuul JSON Schema. This should enable validation and auto-completion in\ncode editors.\n\nFor example on [VSCode](1) you can use the [YAML](2) extension to use such a schema\nvalidation by adding the following to `settings.json`:\n\n\n```json\n\"yaml.schemas\": {\n    \"https://raw.githubusercontent.com/pycontribs/zuul-lint/master/zuul_lint/zuul-schema.json\": [\"*zuul.d/*.yaml\", \"*/.zuul.yaml\"]\n    },\n\"yaml.customTags\": [\n    \"!encrypted/pkcs1-oaep array\"\n],\n\"sortJSON.orderOverride\": [\"title\", \"name\", \"$schema\", \"version\", \"description\", \"type\"],\n\"sortJSON.orderUnderride\": [\"definitions\"]\n\n```\n\n[1]: https://code.visualstudio.com/\n[2]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycontribs%2Fzuul-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpycontribs%2Fzuul-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycontribs%2Fzuul-lint/lists"}