Files
ale/ale_linters
Keith Maxwell 88fa0b9294 Add a terraform linter
This linter uses the check functionality built into terraform. ALE
already has a fixer using `terraform fmt` but this doesn't provide error
messages. ALE already has a linter using `tflint` but this requires an
extra application to be installed.

For example this linter will give a warning that ! is an illegal
character in the line below:

    variable "example" !{}

This linter runs the buffer through the command below and parses the
output:

    terraform fmt -no-color -check=true -

This commit includes a basic implementation, documentation and tests.
The only option is to control which executable is run.

Tested with:

    $ terraform -version
    Terraform v0.11.13
2019-05-23 15:49:02 +01:00
..
2019-02-06 20:29:58 -02:00
2018-09-04 16:51:18 +01:00
2019-03-21 02:55:49 -04:00
2017-12-20 22:53:03 -06:00
2019-04-10 19:23:16 +01:00
2019-02-02 16:20:14 +01:00
2019-03-15 16:21:48 -05:00
2018-09-04 16:51:18 +01:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00
2019-01-14 19:45:33 +00:00
2019-05-23 15:49:02 +01:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00