{"id":13596894,"url":"https://github.com/michaellzc/vscode-hadolint","last_synced_at":"2025-12-11T21:59:18.465Z","repository":{"id":41338523,"uuid":"130123685","full_name":"michaellzc/vscode-hadolint","owner":"michaellzc","description":"VSCode extension to integrate hadolint, a Dockerfile linter, into VSCode","archived":false,"fork":false,"pushed_at":"2023-03-05T21:01:24.000Z","size":515,"stargazers_count":78,"open_issues_count":10,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-06T20:44:35.565Z","etag":null,"topics":["dockerfile","dockerfile-linter","hadolint","linter","vscode","vscode-extension","vscode-plugin"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=exiasr.hadolint","language":"TypeScript","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/michaellzc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-18T21:25:06.000Z","updated_at":"2024-09-27T15:50:34.000Z","dependencies_parsed_at":"2024-08-01T16:42:37.633Z","dependency_job_id":"8421b08a-be13-4132-9e53-be6266d1d714","html_url":"https://github.com/michaellzc/vscode-hadolint","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaellzc%2Fvscode-hadolint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaellzc%2Fvscode-hadolint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaellzc%2Fvscode-hadolint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaellzc%2Fvscode-hadolint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaellzc","download_url":"https://codeload.github.com/michaellzc/vscode-hadolint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248107376,"owners_count":21048915,"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":["dockerfile","dockerfile-linter","hadolint","linter","vscode","vscode-extension","vscode-plugin"],"created_at":"2024-08-01T16:02:55.329Z","updated_at":"2025-12-11T21:59:18.426Z","avatar_url":"https://github.com/michaellzc.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# VS Code hadolint extension\n\n[![Build Status](https://travis-ci.com/ExiaSR/vscode-hadolint.svg?branch=master)](https://travis-ci.com/ExiaSR/vscode-hadolint)\n[![Greenkeeper badge](https://badges.greenkeeper.io/ExiaSR/vscode-hadolint.svg)](https://greenkeeper.io/)\n\nIntegrates [hadolint](https://github.com/hadolint/hadolint), a Dockerfile linter, into VS Code. Please check their [documentation](https://github.com/hadolint/hadolint).\n\nThe extension uses the `hadolint` binary installed in the system. If the binary is not existed in `$PATH`, the extension will not work as expected.\n\n## Preview\n\n[![https://gyazo.com/a701460ccdda13a1a449b2c3e8da40bc](https://i.gyazo.com/a701460ccdda13a1a449b2c3e8da40bc.gif)](https://gyazo.com/a701460ccdda13a1a449b2c3e8da40bc)\n\n## Get started\n\nIf you are on `MacOS` you can use [Homebrew](https://brew.sh) to install hadolint.\n\n```bash\nbrew install hadolint\n```\n\nYou can download prebuilt binaries for Linux and Windows from the latest [release page](https://github.com/hadolint/hadolint/releases/latest).\n\n## Configuration\n\nBelow is a sample configuration of the extension.\n\n```json\n{\n  \"hadolintPath\": \"hadolint\",\n  \"cliOptions\": [\"--no-color\", \"--ignore\", \"DL3000\"],\n  \"maxNumberOfProblems\": 100,\n  \"outputLevel\": \"warning\"\n}\n```\n\n\u003e This extension is multi-root compatible. You may have many folders with different `.hadolint.yaml` opened in the same VSCode instance and they will not interfere each other.\n\nYou may also create a `.hadolint.yaml` in your project root. Learn more from [hadolint documentation](https://github.com/hadolint/hadolint/blob/master/README.md#configure).\n\n```yml\nignored:\n  - DL3000\n```\n\n## Development\n\n- Run `yarn install` to install dependencies.\n- Press `F5` or run `Launch Client` from debugger.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaellzc%2Fvscode-hadolint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaellzc%2Fvscode-hadolint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaellzc%2Fvscode-hadolint/lists"}