summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Matsubara <stackline@users.noreply.github.com>2022-04-05 21:25:42 +0900
committerGitHub <noreply@github.com>2022-04-05 21:25:42 +0900
commitcae550f07b608ab591f7fd37ffcab78a07caad8f (patch)
treeef535b746aa4b1e6a25657297d43b48b195e6cb7
parentd3df00b89803f1891a772c47fc8eda6a1e9e1baa (diff)
downloadale-cae550f07b608ab591f7fd37ffcab78a07caad8f.zip
Update help for ale_go_staticcheck_lint_package (#4122)
-rw-r--r--doc/ale-go.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt
index 3ecd47fd..bce85470 100644
--- a/doc/ale-go.txt
+++ b/doc/ale-go.txt
@@ -354,7 +354,7 @@ g:ale_go_staticcheck_options *g:ale_go_staticcheck_options*
g:ale_go_staticcheck_lint_package *g:ale_go_staticcheck_lint_package*
*b:ale_go_staticcheck_lint_package*
Type: |Number|
- Default: `0`
+ Default: `1`
When set to `1`, the whole Go package will be checked instead of only the
current file.