mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#2132 - Implement deferred command handling for linters
This commit is contained in:
@@ -3122,7 +3122,10 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
|
||||
used in place of `executable` when more complicated
|
||||
processing is needed.
|
||||
|
||||
`command` A |String| for an executable to run asynchronously.
|
||||
`command` A |String| for a command to run asynchronously, or a
|
||||
|Funcref| for a function to call for computing the
|
||||
command, accepting a buffer number.
|
||||
|
||||
This command will be fed the lines from the buffer to
|
||||
check, and will produce the lines of output given to
|
||||
the `callback`.
|
||||
|
||||
Reference in New Issue
Block a user