VS Code hadolint extension

Integrates hadolint, a Dockerfile linter, into VS Code. Please check their documentation.
The extension uses the hadolint binary installed in the system. If the binary is not existed in $PATH , the extension will not work as expected.
Preview

Get started
If you are on MacOS you can use Homebrew to install hadolint.
brew install hadolint
You can download prebuilt binaries for Linux and Windows from the latest release page.
Development
- Run
yarn install to install dependencies.
- Press
F5 or run Launch Client from debugger.
| |