mirror of
https://github.com/dense-analysis/ale
synced 2025-02-21 06:46:50 +00:00
* Add cspell linter Add cspell linter, with the languages it supports. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell Global Variables Documentation Add documentation to /doc/ale.txt with cspell configuration options. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell to docs, Minor Cleanup Add cspell for each supported language, adding some spaces and removing others when caught navigating the file. Signed-off-by: David Houston <houstdav000@gmail.com>
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
Execute(The cspell handler should handle cspell output):
|
|
AssertEqual
|
|
\ [
|
|
\ {
|
|
\ 'lnum': 721,
|
|
\ 'col': 18,
|
|
\ 'type': 'W',
|
|
\ 'text': 'Unknown word (stylelint)',
|
|
\ },
|
|
\ ],
|
|
\ ale#handlers#cspell#Handle(bufnr(''),
|
|
\ '/:721:18 - Unknown word (stylelint)'
|
|
\)
|