diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-go.txt | 12 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index c5a68878..502f2376 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -21,6 +21,18 @@ while ensuring it doesn't run any linters known to be slow or resource intensive. =============================================================================== +gobuild *ale-go-gobuild* + +g:ale_go_gobuild_options *g:ale_go_gobuild_options* + *b:ale_go_gobuild_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to the gobuild linter. + They are injected directly after "go test". + + +=============================================================================== gofmt *ale-go-gofmt* g:ale_go_gofmt_options *g:ale_go_gofmt_options* diff --git a/doc/ale.txt b/doc/ale.txt index 2644ebca..6ace9d55 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -77,6 +77,7 @@ CONTENTS *ale-contents* glslang.............................|ale-glsl-glslang| glslls..............................|ale-glsl-glslls| go....................................|ale-go-options| + gobuild.............................|ale-go-gobuild| gofmt...............................|ale-go-gofmt| gometalinter........................|ale-go-gometalinter| graphql...............................|ale-graphql-options| |