Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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