{"id":17552387,"url":"https://github.com/saschpe/docker-cmakelint","last_synced_at":"2026-05-07T04:44:24.224Z","repository":{"id":136457073,"uuid":"116385553","full_name":"saschpe/docker-cmakelint","owner":"saschpe","description":"cmakelint Docker container based on Alpine Linux.","archived":false,"fork":false,"pushed_at":"2019-01-22T14:45:53.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T21:43:29.795Z","etag":null,"topics":["alpine-linux","cmakelint","docker","docker-container","pip","python"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/saschpe/cmakelint/","language":"Shell","has_issues":true,"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/saschpe.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":"2018-01-05T13:00:40.000Z","updated_at":"2019-01-22T14:45:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"85e21beb-06f5-466b-ad0a-68ad9a88d33f","html_url":"https://github.com/saschpe/docker-cmakelint","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"badde2150c3da5adfdb107c0caafc4f885c756b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-cmakelint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-cmakelint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-cmakelint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-cmakelint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschpe","download_url":"https://codeload.github.com/saschpe/docker-cmakelint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156029,"owners_count":20732359,"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":["alpine-linux","cmakelint","docker","docker-container","pip","python"],"created_at":"2024-10-21T05:04:12.511Z","updated_at":"2026-05-07T04:44:24.184Z","avatar_url":"https://github.com/saschpe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker cmakelint\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n[![Build Status](https://travis-ci.org/saschpe/docker-cmakelint.svg?branch=master)](https://travis-ci.org/saschpe/docker-cmakelint)\n[![Docker Pulls](https://img.shields.io/docker/pulls/saschpe/cmakelint.svg)](https://hub.docker.com/r/saschpe/cmakelint/)\n[![Docker Build Status](https://img.shields.io/docker/build/saschpe/cmakelint.svg)](https://hub.docker.com/r/saschpe/cmakelint/)\n\n[cmakelint](https://github.com/richq/cmake-lint) Docker container based on Alpine Linux.\n\n\n## Usage\nInvoke the container just like *cmakelint* ifself:\n\n    docker run --rm saschpe/cmakelint --help\n\nAssuming you want to format all CMake files in a directory\n*src*, a full example might look like this:\n\n    cmake_files=$(find . \\( -name CMakeLists.txt -o -name *.cmake \\) -exec echo /opt/{} \\;)\n    docker run \\\n        --rm \\\n        --privileged=true \\\n        --volume ${PWD}:/opt \\\n        saschpe/cmakelint ${cmake_files}\n\nJust put this into a script for easier invocation.\n\n\n## Scripts\nThese scripts simplify various tasks related to container building and\npublishing.\n\n    .\n    └─── scripts\n        ├── docker\n        │   ├── build           Build the container locally\n        │   └── run             Run the container locally\n        ├── inc.constants\n        └── inc.functions\n\n\n## License\n\n    Copyright 2017 Sascha Peilicke\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-cmakelint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschpe%2Fdocker-cmakelint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-cmakelint/lists"}