{"id":19319879,"url":"https://github.com/cpplint/github-action-for-cpplint","last_synced_at":"2026-03-02T22:02:33.525Z","repository":{"id":67684272,"uuid":"208700298","full_name":"cpplint/GitHub-Action-for-cpplint","owner":"cpplint","description":"A GitHub Action to run a cpplint command when new code is pushed into your repo ","archived":false,"fork":false,"pushed_at":"2025-03-22T22:32:19.000Z","size":53,"stargazers_count":10,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T23:19:32.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpplint.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}},"created_at":"2019-09-16T03:17:09.000Z","updated_at":"2025-03-22T22:32:23.000Z","dependencies_parsed_at":"2023-04-06T09:01:21.923Z","dependency_job_id":null,"html_url":"https://github.com/cpplint/GitHub-Action-for-cpplint","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cpplint/GitHub-Action-for-cpplint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2FGitHub-Action-for-cpplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2FGitHub-Action-for-cpplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2FGitHub-Action-for-cpplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2FGitHub-Action-for-cpplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","download_url":"https://codeload.github.com/cpplint/GitHub-Action-for-cpplint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2FGitHub-Action-for-cpplint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275074008,"owners_count":25400908,"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-09-14T02:00:10.474Z","response_time":75,"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":[],"created_at":"2024-11-10T01:25:45.032Z","updated_at":"2026-03-02T22:02:33.423Z","avatar_url":"https://github.com/cpplint.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for running cpplint commands\n\nEach time new code is pushed into your repo, you can have a [cpplint](https://github.com/cpplint/cpplint) command automatically run.\n\nExample workflow:\n* Put the following text into a file named `.github/workflows/cpplint.yml` in your repo):\n```yaml\nname: cpplint\non: [push, pull_request]\njobs:\n  cpplint:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v4\n    - run: pipx run cpplint --recursive .\n```\nCustomize the final line to match your requirements.\n```\nSyntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit]\n                   [--filter=-x,+y,...]\n                   [--counting=total|toplevel|detailed] [--repository=path]\n                   [--root=subdir] [--linelength=digits] [--recursive]\n                   [--exclude=path]\n                   [--headers=ext1,ext2]\n                   [--extensions=hpp,cpp,...]\n        \u003cfile\u003e [file] ...\n```\n\n### cpplint_modified_files.yml\n\n[cpplint_modified_files.yml](https://github.com/cpplint/GitHub-Action-for-cpplint/blob/master/.github/workflows/cpplint_modified_files.yml) is an __alternative__, standalone GitHub Action that enables a repo to achieve _gradual compliance_ with cpplint by linting (and compiling) only those files that have been added or modified (vs. origin/master).\n1. runs cpplint only on those files that have been modified vs. origin/master.\n2. compiles with g++ only those files that have been modified vs. origin/master.\n3. other optional filepath verifications may be commented out at the end of this file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpplint%2Fgithub-action-for-cpplint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpplint%2Fgithub-action-for-cpplint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpplint%2Fgithub-action-for-cpplint/lists"}