This linter plugin for Linter provides an interface to hadolint. It will be used with files that have the "source.dockerfile" syntax.
You must have hadolint installed to use this plugin.
apm install linter-hadolintNote that if you do not have the linter package installed it will be
installed for you.
See the contributing guidelines to get started.
You can configure linter-hadolint from the settings menu:
-
executablePath Path to your hadolint executable. By default it will use
hadolintas the executable. -
ignoreErrorCodes A list of error codes to ignore.
Example: To ignore
DL3000andDL3002you would enter something like this:DL3000, DL3002