Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
`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.
The `packer` command line tool is required to be [installed](https://www.packer.io/intro/getting-started/install.html) before using this. The `Linter` and `Language-JSON` Atom packages are also required.

### 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.
Expand Down