mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 05:22:31 +08:00
Merge pull request #1771 from fredemmott/lsp
Show LSP diagnostic codes for `%code%` in message formats
This commit is contained in:
@@ -2328,6 +2328,13 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
|
||||
`type` - Defaults to `'E'`.
|
||||
`nr` - Defaults to `-1`.
|
||||
|
||||
Numeric error code. If `nr` is not `-1`, `code`
|
||||
likely should contain the string representation of
|
||||
the same value.
|
||||
`code` - No default; may be unset.
|
||||
|
||||
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
|
||||
program requested is installed or not.
|
||||
|
||||
Reference in New Issue
Block a user