diff options
author | Jerko Steiner <jerko.steiner@gmail.com> | 2019-01-05 19:12:55 +0000 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-01-05 19:12:55 +0000 |
commit | 5bbe77101db18968fde65210956e54750d7ff4f5 (patch) | |
tree | 4ed96d074f286b16c00df3712a7c7f243d47f9ab /doc/ale-go.txt | |
parent | 4f3190daa88583523df89d4cb7add1584e0e9b7d (diff) | |
download | ale-5bbe77101db18968fde65210956e54750d7ff4f5.zip |
Add support for bingo (#2165)
* Add support for https://github.com/saibing/bingo
* Add docs for ale-go-bingo
* Use go.mod when found
* Add test for bingo FindProjectRoot
* Simplify ale_linters#go#bingo#GetCommand
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r-- | doc/ale-go.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 43289bd5..3fbc6fb9 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -7,7 +7,7 @@ Integration Information The `gometalinter` linter is disabled by default. ALE enables `gofmt`, `golint` and `go vet` by default. It also supports `staticcheck`, `go -build`, `gosimple`, and `golangserver`. +build`, `gosimple`, `golangserver`. To enable `gometalinter`, update |g:ale_linters| as appropriate: > @@ -196,4 +196,20 @@ g:ale_go_golangci_lint_package *g:ale_go_golangci_lint_package* =============================================================================== +bingo *ale-go-bingo* + +g:ale_go_bingo_executable *g:ale_go_bingo_executable* + *b:ale_go_bingo_executable* + Type: |String| + Default: `'go-bingo'` + + Location of the go-bingo binary file. + +g:ale_go_bingo_options *g:ale_go_bingo_options* + *b:ale_go_bingo_options* + Type: |String| + Default: `''` + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |