diff options
author | David Houston <houstdav000@gmail.com> | 2021-11-18 17:41:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 07:41:05 +0900 |
commit | ea643b97ab08e571a543f4bd89cd3170f3f288e2 (patch) | |
tree | f701724bf0911b445107fc5caa23d6d1503de260 /doc/ale-go.txt | |
parent | aee0cc45bea7f190c27f0fc06f98a465ecff56fa (diff) | |
download | ale-ea643b97ab08e571a543f4bd89cd3170f3f288e2.zip |
Add cspell Linter (#3981)
* 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>
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r-- | doc/ale-go.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 3ed48576..3ecd47fd 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -39,7 +39,6 @@ g:ale_go_go111module *g:ale_go_go111module* golang tools. - =============================================================================== bingo *ale-go-bingo* @@ -58,6 +57,11 @@ g:ale_go_bingo_options *g:ale_go_bingo_options* =============================================================================== +cspell *ale-go-cspell* + +See |ale-cspell-options| + +=============================================================================== gobuild *ale-go-gobuild* g:ale_go_gobuild_options *g:ale_go_gobuild_options* @@ -151,6 +155,7 @@ g:ale_go_langserver_options *g:ale_go_langserver_options* `-gocodecompletion` option is ignored because it is handled automatically by the |g:ale_completion_enabled| variable. + =============================================================================== golines *ale-go-golines* @@ -169,6 +174,7 @@ g:ale_go_golines_options *g:ale_go_golines_options* Additional options passed to the golines command. By default golines has --max-length=100 (lines above 100 characters will be wrapped) + =============================================================================== golint *ale-go-golint* |