{"id":17552382,"url":"https://github.com/saschpe/docker-swiftlint","last_synced_at":"2026-04-10T23:48:20.964Z","repository":{"id":136457094,"uuid":"128363249","full_name":"saschpe/docker-swiftlint","owner":"saschpe","description":"Docker image for SwiftLint","archived":false,"fork":false,"pushed_at":"2019-08-06T15:23:46.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T21:42:47.768Z","etag":null,"topics":["docker","docker-cloud","swift","swiftlint"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/saschpe/swiftlint/","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-04-06T07:23:09.000Z","updated_at":"2019-08-06T15:23:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"728d6e5f-c911-44ff-8a86-b192f0a4f176","html_url":"https://github.com/saschpe/docker-swiftlint","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"d20f7fb77f7b1ed667b7979f457b0f003c036136"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-swiftlint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-swiftlint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-swiftlint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-swiftlint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschpe","download_url":"https://codeload.github.com/saschpe/docker-swiftlint/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":["docker","docker-cloud","swift","swiftlint"],"created_at":"2024-10-21T05:04:10.934Z","updated_at":"2026-04-10T23:48:15.929Z","avatar_url":"https://github.com/saschpe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker SwiftLint\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-swiftlint.svg?branch=master)](https://travis-ci.org/saschpe/docker-swiftlint)\n[![Docker Pulls](https://img.shields.io/docker/pulls/saschpe/swiftlint.svg)](https://hub.docker.com/r/saschpe/swiftlint/)\n[![Docker Build Status](https://img.shields.io/docker/build/saschpe/swiftlint.svg)](https://hub.docker.com/r/saschpe/swiftlint/)\n\nSwiftLint container based on Alpine Linux.\n\n\n## Usage\nInvoke the container just like *swiftlint* ifself:\n\n```bash\ndocker run --rm saschpe/swiftlint version\n```\n\nAssuming you want to lint all Swift files in a directory\n*src*, a full example might look like this:\n\n```bash\ncd src/\ndocker run \\\n    --rm \\\n    --security-opt label=disable \\\n    --volume ${PWD}:/opt \\\n    --workdir /opt \\\n    saschpe/swiftlint\n```\n\nJust put this into a script for easier invocation.\n\n\n## Development\nTo build the container image with with the default SwiftLint version, invoke:\n\n```bash\n./scripts/build\n```\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-swiftlint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschpe%2Fdocker-swiftlint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-swiftlint/lists"}