Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | Remove +x bit from some files that don't need it. | Eddie Lebow | |
2019-05-23 | Add a terraform linter | Keith Maxwell | |
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-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-09-04 | Improve ALE project style checking | w0rp | |
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed. | |||
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2017-11-19 | #852 - Capture error codes for tflint | w0rp | |
2017-10-26 | don't use stdin with tflint | Nathaniel Williams | |
2017-10-26 | Add tflint fot Terraform | Nathaniel Williams | |