mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-11 09:08:32 +08:00
codespell: fix spelling errors picked out by codespell (#4343)
This commit is contained in:
@@ -9,7 +9,7 @@ Execute(The default command should be correct):
|
||||
AssertLinter 'terraform',
|
||||
\ ale#Escape('terraform') . ' validate -no-color -json '
|
||||
|
||||
Execute(The default command should be overriden):
|
||||
Execute(The default command should be overridden):
|
||||
let b:ale_terraform_terraform_executable = '/bin/other/terraform'
|
||||
AssertLinter '/bin/other/terraform',
|
||||
\ ale#Escape('/bin/other/terraform') . ' validate -no-color -json '
|
||||
|
||||
Reference in New Issue
Block a user