mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Refactor SyntaxErl linter file (#4807)
This commit is contained in:
committed by
GitHub
parent
5c635d5038
commit
48d73c87c3
@@ -11,11 +11,11 @@ Execute (The default commands should be correct):
|
||||
\]
|
||||
|
||||
Execute (The executable should be configurable):
|
||||
let b:ale_erlang_syntaxerl_executable = 'foobar'
|
||||
let b:ale_erlang_syntaxerl_executable = '/path/to/syntaxerl'
|
||||
|
||||
AssertLinter 'foobar', [
|
||||
\ ale#Escape('foobar') . ' -h',
|
||||
\ ale#Escape('foobar') . ' %t',
|
||||
AssertLinter '/path/to/syntaxerl', [
|
||||
\ ale#Escape('/path/to/syntaxerl') . ' -h',
|
||||
\ ale#Escape('/path/to/syntaxerl') . ' %t',
|
||||
\]
|
||||
|
||||
Execute (The -b option should be used when available):
|
||||
|
||||
Reference in New Issue
Block a user