{"id":17134262,"url":"https://github.com/fnichol/docker-vint","last_synced_at":"2026-05-06T21:31:18.752Z","repository":{"id":66119252,"uuid":"184367691","full_name":"fnichol/docker-vint","owner":"fnichol","description":"A small Docker image for Vint, a fast and highly extensible Vim script language linter implemented in Python","archived":false,"fork":false,"pushed_at":"2019-07-05T22:18:16.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-03T09:59:43.241Z","etag":null,"topics":["docker","linter","vim","vimrc","vimscript"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/fnichol/vint","language":"Shell","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/fnichol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-05-01T04:16:02.000Z","updated_at":"2019-10-23T15:00:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e892d10-cdd5-40de-b219-13840fea5e84","html_url":"https://github.com/fnichol/docker-vint","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fnichol/docker-vint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdocker-vint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdocker-vint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdocker-vint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdocker-vint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnichol","download_url":"https://codeload.github.com/fnichol/docker-vint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdocker-vint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32712651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: 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":["docker","linter","vim","vimrc","vimscript"],"created_at":"2024-10-14T19:44:28.993Z","updated_at":"2026-05-06T21:31:18.734Z","avatar_url":"https://github.com/fnichol.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-vint\n\n[![Build Status][build-badge]][build] [![Docker Pulls][docker-badge]][docker]\n[![GitHub][github-badge]][github]\n\nA small Docker image for [Vint][], a fast and highly extensible Vim script\nlanguage linter implemented in Python.\n\n**Table of Contents**\n\n\u003c!-- toc --\u003e\n\n- [Getting the Image](#getting-the-image)\n- [Usage](#usage)\n- [Issues](#issues)\n- [Contributing](#contributing)\n- [Authors](#authors)\n- [License](#license)\n\n\u003c!-- tocstop --\u003e\n\n## Getting the Image\n\nThe image is hosted on Docker Hub and can be pulled down with:\n\n```console\n$ docker pull fnichol/vint\n```\n\n## Usage\n\nBy default, `vint` will be run with no arguments:\n\n```console\n$ docker run --rm -ti fnichol/vint\nvint ERROR: nothing to check\nusage: vint [-h] [-v] [-V] [-e] [-w] [-s] [-m MAX_VIOLATIONS] [-c]\n            [--no-color] [-j] [-t] [--enable-neovim] [-f FORMAT]\n            [files [files ...]]\n\nLint Vim script\n\npositional arguments:\n  files                 file or directory path to lint\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -v, --version         show program's version number and exit\n  -V, --verbose         output verbose message\n  -e, --error           report only errors\n  -w, --warning         report errors and warnings\n  -s, --style-problem   report errors, warnings and style problems\n  -m MAX_VIOLATIONS, --max-violations MAX_VIOLATIONS\n                        limit max violations count\n  -c, --color           colorize output when possible\n  --no-color            do not colorize output\n  -j, --json            output json style\n  -t, --stat            output statistic info\n  --enable-neovim       Enable Neovim syntax\n  -f FORMAT, --format FORMAT\n                        set output format\n\n```\n\nTo lint Vin scripts in your current directory, mount your current directory into\nthe container as read-only:\n\n```console\n$ docker run --rm -ti -v \"$(pwd)\":/src:ro -w /src fnichol/vint --color .vimrc\n.vimrc:7:1: Do not use nocompatible which has unexpected effects (see :help nocompatible)\n```\n\n## Issues\n\nIf you have any problems with or questions about this image, please contact us\nthrough a [GitHub issue][issues].\n\n## Contributing\n\nYou are invited to contribute to new features, fixes, or updates, large or\nsmall; we are always thrilled to receive pull requests, and do our best to\nprocess them as fast as we can.\n\nBefore you start to code, we recommend discussing your plans through a [GitHub\nissue][issues], especially for more ambitious contributions. This gives other\ncontributors a chance to point you in the right direction, give you feedback on\nyour design, and help you find out if someone else is working on the same thing.\n\n## Authors\n\nCreated and maintained by [Fletcher Nichol][fnichol] (\u003cfnichol@nichol.ca\u003e).\n\n## License\n\nThis Docker image is licensed under the [MIT][license] license. The Vint project\nis also licensed under the [MIT][vint-license] license.\n\n[build-badge]: https://api.cirrus-ci.com/github/fnichol/docker-vint.svg\n[build]: https://cirrus-ci.com/github/fnichol/docker-vint\n[docker-badge]: https://img.shields.io/docker/pulls/fnichol/vint.svg\n[docker]: https://hub.docker.com/r/fnichol/vint\n[fnichol]: https://github.com/fnichol\n[github-badge]: https://img.shields.io/github/tag-date/fnichol/docker-vint.svg\n[github]: https://github.com/fnichol/docker-vint\n[issues]: https://github.com/fnichol/docker-vint/issues\n[license]: https://github.com/fnichol/docker-vint/blob/master/LICENSE.txt\n[vint-license]: https://github.com/Kuniwak/vint/blob/master/LICENSE.txt\n[vint]: https://github.com/Kuniwak/vint\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdocker-vint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnichol%2Fdocker-vint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdocker-vint/lists"}