Merge pull request #2529 from maxwell-k/terraform_linter

Add a terraform linter
This commit is contained in:
w0rp
2019-05-29 23:28:50 +01:00
committed by GitHub
6 changed files with 108 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
" Based upon :help ale-development
Before:
call ale#assert#SetUpLinterTest('terraform', 'terraform')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'terraform', ale#Escape('terraform') . ' fmt -no-color --check=true -'