mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-08 20:43:31 +08:00
#2132 - Implement deferred executable string handling for linters
This commit is contained in:
@@ -2744,7 +2744,11 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
|
||||
Human-readable |String| error code.
|
||||
|
||||
`executable` A |String| naming the executable itself which
|
||||
will be run. This value will be used to check if the
|
||||
will be run, or a |Funcref| for a function to call
|
||||
for computing the executable, accepting a buffer
|
||||
number.
|
||||
|
||||
This value will be used to check if the
|
||||
program requested is installed or not.
|
||||
|
||||
Either this or the `executable_callback` argument
|
||||
|
||||
Reference in New Issue
Block a user