{"id":18996314,"url":"https://github.com/cpp-linter/cpp-linter","last_synced_at":"2025-12-29T19:20:40.779Z","repository":{"id":57971119,"uuid":"523671868","full_name":"cpp-linter/cpp-linter","owner":"cpp-linter","description":"cpp-linter core Python executable package","archived":false,"fork":false,"pushed_at":"2025-10-03T04:15:15.000Z","size":44934,"stargazers_count":23,"open_issues_count":7,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-04T17:48:59.897Z","etag":null,"topics":["c","clang-format","clang-tidy","cpp","cpp-linter","hacktoberfest","linter"],"latest_commit_sha":null,"homepage":"https://cpp-linter.github.io/cpp-linter","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/cpp-linter.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","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},"funding":{"github":"2bndy5"}},"created_at":"2022-08-11T10:01:01.000Z","updated_at":"2025-10-04T01:06:06.000Z","dependencies_parsed_at":"2024-03-04T03:46:23.814Z","dependency_job_id":"3470374c-773b-4ac7-95fe-1edca8cf6fe0","html_url":"https://github.com/cpp-linter/cpp-linter","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/cpp-linter/cpp-linter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fcpp-linter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fcpp-linter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fcpp-linter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fcpp-linter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpp-linter","download_url":"https://codeload.github.com/cpp-linter/cpp-linter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fcpp-linter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017675,"owners_count":26086125,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c","clang-format","clang-tidy","cpp","cpp-linter","hacktoberfest","linter"],"created_at":"2024-11-08T17:34:39.541Z","updated_at":"2025-10-14T02:19:18.776Z","avatar_url":"https://github.com/cpp-linter.png","language":"Python","funding_links":["https://github.com/sponsors/2bndy5"],"categories":[],"sub_categories":[],"readme":"C/C++ Linting Package\n=====================\n\n.. |latest-version| image:: https://img.shields.io/github/v/release/cpp-linter/cpp-linter\n    :alt: Latest Version\n    :target: https://github.com/cpp-linter/cpp-linter/releases\n.. |python-version| image:: https://img.shields.io/pypi/pyversions/cpp-linter\n    :alt: Python Version\n    :target: https://pypi.org/project/cpp-linter\n.. |license-badge| image:: https://img.shields.io/github/license/cpp-linter/cpp-linter?label=license\u0026logo=github\n    :alt: License\n    :target: https://github.com/cpp-linter/cpp-linter/blob/main/LICENSE\n.. |codecov-badge| image:: https://codecov.io/gh/cpp-linter/cpp-linter/branch/main/graph/badge.svg?token=0814O9WHQU\n    :alt: CodeCov\n    :target: https://codecov.io/gh/cpp-linter/cpp-linter\n.. |doc-badge| image:: https://github.com/cpp-linter/cpp-linter/actions/workflows/docs.yml/badge.svg\n    :alt: Docs\n    :target: https://cpp-linter.github.io/cpp-linter\n.. |pypi-badge| image:: https://img.shields.io/pypi/dw/cpp-linter?color=dark-green\u0026label=PyPI%20Downloads\u0026logo=python\u0026logoColor=white\n    :target: https://pepy.tech/project/cpp-linter\n    :alt: PyPI - Downloads\n\n|latest-version| |python-version| |license-badge| |codecov-badge| |doc-badge| |pypi-badge|\n\nA Python package for linting C/C++ code with clang-tidy and/or clang-format to collect feedback provided in the form of thread comments and/or file annotations.\n\nUsage\n-----\n\nFor usage in a CI workflow, see `the cpp-linter/cpp-linter-action repository \u003chttps://github.com/cpp-linter/cpp-linter-action\u003e`_\n\nFor the description of supported Command Line Interface options, see `the CLI documentation \u003chttps://cpp-linter.github.io/cpp-linter/cli_args.html\u003e`_\n\nHave question or feedback?\n--------------------------\n\nTo provide feedback (requesting a feature or reporting a bug) please post to `issues \u003chttps://github.com/cpp-linter/cpp-linter/issues\u003e`_.\n\nLicense\n-------\n\nThe scripts and documentation in this project are released under the `MIT License \u003chttps://github.com/cpp-linter/cpp-linter/blob/master/LICENSE\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp-linter%2Fcpp-linter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpp-linter%2Fcpp-linter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp-linter%2Fcpp-linter/lists"}