mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 06:21:53 +08:00
Add g:ale_sh_shellcheck_change_directory
This commit is contained in:
@@ -14,6 +14,11 @@ After:
|
||||
Execute(The default shellcheck command should be correct):
|
||||
AssertLinter 'shellcheck', b:prefix . ale#Escape('shellcheck') . b:suffix
|
||||
|
||||
Execute(The option disabling changing directories should work):
|
||||
let g:ale_sh_shellcheck_change_directory = 0
|
||||
|
||||
AssertLinter 'shellcheck', ale#Escape('shellcheck') . b:suffix
|
||||
|
||||
Execute(The shellcheck command should accept options):
|
||||
let b:ale_sh_shellcheck_options = '--foobar'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user