diff options
author | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-27 23:04:34 +0200 |
---|---|---|
committer | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-27 23:04:34 +0200 |
commit | ba6dbde906a297dbb95d350f9cddfbc00f1070a5 (patch) | |
tree | ee6c351255fa5c1ea9a23a94fe7013474ed687a3 /doc/ale-go.txt | |
parent | 65fc4aeb1e12d75b2174bdcd887aacf2c7c98952 (diff) | |
download | ale-ba6dbde906a297dbb95d350f9cddfbc00f1070a5.zip |
Add tags for buffer-local variants of each linter option
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r-- | doc/ale-go.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index ffe3ace7..2e363a97 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -8,7 +8,6 @@ Integration Information The `gometalinter` linter is disabled by default, and all other Go linters supported by ALE are enabled by default. To enable `gometalinter`, update |g:ale_linters| as appropriate: - > " Enable all of the linters you want for Go. let g:ale_linters = {'go': ['gometalinter', 'gofmt']} @@ -18,12 +17,13 @@ supported by ALE are enabled by default. To enable `gometalinter`, update gometalinter *ale-go-gometalinter* g:ale_go_gometalinter_options *g:ale_go_gometalinter_options* - + *b:ale_go_gometalinter_options* Type: |String| Default: `''` This variable can be changed to alter the command-line arguments to the gometalinter invocation. + ------------------------------------------------------------------------------- vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |