{"id":34193917,"url":"https://github.com/tahv/typos-gitlab-code-quality","last_synced_at":"2026-05-24T23:33:15.879Z","repository":{"id":327957183,"uuid":"1113294164","full_name":"tahv/typos-gitlab-code-quality","owner":"tahv","description":"Generate GitLab Code Quality report from typos output","archived":false,"fork":false,"pushed_at":"2025-12-10T12:08:30.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-10T17:46:49.980Z","etag":null,"topics":["codequality","gitlab","gitlab-ci","typos"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/typos-gitlab-code-quality/","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/tahv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-09T19:26:16.000Z","updated_at":"2025-12-10T12:49:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tahv/typos-gitlab-code-quality","commit_stats":null,"previous_names":["tahv/typos-gitlab-code-quality"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tahv/typos-gitlab-code-quality","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahv%2Ftypos-gitlab-code-quality","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahv%2Ftypos-gitlab-code-quality/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahv%2Ftypos-gitlab-code-quality/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahv%2Ftypos-gitlab-code-quality/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tahv","download_url":"https://codeload.github.com/tahv/typos-gitlab-code-quality/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahv%2Ftypos-gitlab-code-quality/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33455020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["codequality","gitlab","gitlab-ci","typos"],"created_at":"2025-12-15T16:52:21.129Z","updated_at":"2026-05-24T23:33:15.874Z","avatar_url":"https://github.com/tahv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typos-gitlab-code-quality\n\nGenerate [GitLab Code Quality report](https://docs.gitlab.com/ci/testing/code_quality/)\nfrom [typos](https://github.com/crate-ci/typos)\noutput.\n\n## Usage\n\nRead from **stdin**:\n\n```console\n$ typos --format json | typos-gitlab-code-quality\n```\n\nRead from **file**:\n\n```console\n$ typos --format json \u003e typos-report.json\n$ typos-gitlab-code-quality typos-report.json\n```\n\n## Example `.gitlab-ci.yml`\n\nWith pip:\n\n```yaml\ntypos:\n  image: python:alpine\n  script:\n    - pip install typos typos-gitlab-code-quality\n    # \"|| true\" is used for preventing job fail when typos find errors\n    - typos --format json \u003e typos-report.json || true\n    - typos-gitlab-code-quality \u003c typos-report.json \u003e codequality.json\n  artifacts:\n    when: always\n    reports:\n      codequality: codequality.json\n```\n\nWith [uv](https://docs.astral.sh/uv/guides/integration/gitlab/):\n\n```yaml\ntypos:\n  image: ghcr.io/astral-sh/uv:python3.14-alpine\n  script:\n    # \"|| true\" is used for preventing job fail when typos find errors\n    - uvx typos --format json \u003e typos-report.json || true\n    - uvx typos-gitlab-code-quality \u003c typos-report.json \u003e codequality.json\n  artifacts:\n    when: always\n    reports:\n      codequality: codequality.json\n```\n\n\u003c!-- ## Contributing --\u003e\n\n## Acknowledgements\n\nThis project is inspired by\n[mypy-gitlab-code-quality](https://pypi.org/project/mypy-gitlab-code-quality/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahv%2Ftypos-gitlab-code-quality","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftahv%2Ftypos-gitlab-code-quality","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahv%2Ftypos-gitlab-code-quality/lists"}