Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansnow/vscode-dockerfilelint
Lint your Dockerfile with dockerfilelint
https://github.com/dansnow/vscode-dockerfilelint
Last synced: 24 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T06:22:50.000Z (28 days ago)
- Last Synced: 2024-10-24T20:34:11.115Z (27 days ago)
- Language: TypeScript
- Size: 10.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
vscode-dockerfilelint
=====================[![CircleCI branch](https://img.shields.io/circleci/project/github/DanSnow/vscode-dockerfilelint/master.svg)](https://circleci.com/gh/DanSnow/vscode-dockerfilelint/tree/master)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/DanSnow.vscode-dockerfilelint.svg)](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