From cae550f07b608ab591f7fd37ffcab78a07caad8f Mon Sep 17 00:00:00 2001 From: Satoshi Matsubara Date: Tue, 5 Apr 2022 21:25:42 +0900 Subject: [PATCH] Update help for ale_go_staticcheck_lint_package (#4122) --- doc/ale-go.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.