summaryrefslogtreecommitdiff
path: root/test/linter/test_terraform_tflint.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_terraform_tflint.vader')
-rw-r--r--test/linter/test_terraform_tflint.vader9
1 files changed, 2 insertions, 7 deletions
diff --git a/test/linter/test_terraform_tflint.vader b/test/linter/test_terraform_tflint.vader
index b1963a77..c608bc8a 100644
--- a/test/linter/test_terraform_tflint.vader
+++ b/test/linter/test_terraform_tflint.vader
@@ -4,15 +4,10 @@ Before:
After:
call ale#assert#TearDownLinterTest()
-Execute(The default command should be correct):
+Execute(The default tflint command should be correct):
AssertLinter 'tflint', ale#Escape('tflint') . ' -f json'
-Execute(The default executable should be configurable):
- let b:ale_terraform_tflint_executable = 'asdf'
-
- AssertLinter 'asdf', ale#Escape('asdf') . ' -f json'
-
-Execute(Overriding options should work):
+Execute(Test tflint executable and command should be configurable):
let g:ale_terraform_tflint_executable = 'fnord'
let g:ale_terraform_tflint_options = '--whatever'