#1206 Add support for setting options for gobuild, and escape paths better

This commit is contained in:
w0rp 2018-02-04 13:55:09 +00:00
parent 0f822b063c
commit 33b3331b04
4 changed files with 82 additions and 4 deletions

View file

@ -20,6 +20,18 @@ the benefit of running a number of linters, more than ALE would by default,
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*

View file

@ -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|