https://github.com/dansnow/vscode-dockerfilelint
Lint your Dockerfile with dockerfilelint
https://github.com/dansnow/vscode-dockerfilelint
Last synced: 2 months ago
JSON representation
Lint your Dockerfile with dockerfilelint
- Host: GitHub
- URL: https://github.com/dansnow/vscode-dockerfilelint
- Owner: DanSnow
- License: mit
- Created: 2019-04-02T10:30:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T09:36:50.000Z (3 months ago)
- Last Synced: 2025-03-08T10:26:42.285Z (3 months ago)
- Language: TypeScript
- Size: 10.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
vscode-dockerfilelint
=====================[](https://circleci.com/gh/DanSnow/vscode-dockerfilelint/tree/master)
[](https://marketplace.visualstudio.com/items?itemName=DanSnow.vscode-dockerfilelint)A extension provide lint for Dockerfile with [dockerfilelint](https://github.com/replicatedhq/dockerfilelint).
Currently using builtin `dockerfilelint`.
Release Notes
-------------### 0.0.2
- Fix that it will lint non-Dockerfile when activating
### 0.0.1
Initial release