AtomLinter / linter-hadolint

Atom Linter provider for hadolint

Home Page:https://atom.io/packages/linter-hadolint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linter-hadolint

Build Status Dependency Status

This linter plugin for Linter provides an interface to hadolint. It will be used with files that have the "source.dockerfile" syntax.

Installation

Hadolint installation

You must have hadolint installed to use this plugin.

Plugin installation

apm install linter-hadolint

Note that if you do not have the linter package installed it will be installed for you.

Contributing

See the contributing guidelines to get started.

Settings

You can configure linter-hadolint from the settings menu:

  • executablePath Path to your hadolint executable. By default it will use hadolint as the executable.

  • ignoreErrorCodes A list of error codes to ignore.

    Example: To ignore DL3000 and DL3002 you would enter something like this:

    DL3000, DL3002
    

About

Atom Linter provider for hadolint

https://atom.io/packages/linter-hadolint

License:MIT License


Languages

Language:JavaScript 100.0%