Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.11 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.11 KB

Preview

Linter-Packer-Validate

Build Status

Linter-Packer-Validate aims to provide functional and robust packer validate linting functionality within Atom.

Installation

The packer package is required to be installed before using this. The Linter and Language-JSON Atom packages are also required, but should be automatically installed as dependencies thanks to steelbrain's package-deps.

Usage

  • All JSON files with a builders key that has an array value will be linted with this linter. Be aware of this in case you have a non-Packer JSON file with this characteristic. Also be aware of this in case you have a typo for the builders key, since this linter will then not trigger.
  • If your Packer template has a JSON parsing error, this linter will notify of it but not provider specific information about it. Please use a JSON Linter for that functionality.