mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-18 18:25:57 +08:00
Improved documentation for code loclist item field
This commit is contained in:
@@ -2318,11 +2318,12 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
|
|||||||
`type` - Defaults to `'E'`.
|
`type` - Defaults to `'E'`.
|
||||||
`nr` - Defaults to `-1`.
|
`nr` - Defaults to `-1`.
|
||||||
|
|
||||||
Numeric error code. If `nr` is not `-1`, `code` should have
|
Numeric error code. If `nr` is not `-1`, `code`
|
||||||
|
likely should contain the string representation of
|
||||||
the same value.
|
the same value.
|
||||||
`code` - No default.
|
`code` - No default; may be unset.
|
||||||
|
|
||||||
String error code.
|
Human-readable |String| error code.
|
||||||
|
|
||||||
`executable` A |String| naming the executable itself which
|
`executable` A |String| naming the executable itself which
|
||||||
will be run. This value will be used to check if the
|
will be run. This value will be used to check if the
|
||||||
|
|||||||
Reference in New Issue
Block a user