This plugin for Linter provides an interface to dockerlint.
Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.
$ apm install linter-docker
If you are developing this plugin, it's easy to load using apm link
First make sure you don't have linter-docker installed.
apm uninstall linter-docker
Clone this repository and then from the linter-docker directory:
npm installapm link
You can reload Atom with ctrl+opt+cmd+l
and to open the inspector opt+cmd+i
.
To put it all back:
apm unlinkapm install linter-docker
Use npm run test
to execute the tests.
Use npm run lint
to lint the project.
If you would like to contribute enhancements or fixes, please do the following:
master
.Please note that modifications should follow these coding guidelines:
Thank you for helping out!
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.