Change default of go_staticcheck_lint_package to 1 (#3799)

Fixes https://github.com/dense-analysis/ale/issues/3798.
This commit is contained in:
Yuxuan 'fishy' Wang
2021-07-03 02:40:01 -07:00
committed by GitHub
parent 49bdbc3ba5
commit b749ec702a
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
call ale#Set('go_staticcheck_executable', 'staticcheck')
call ale#Set('go_staticcheck_options', '')
call ale#Set('go_staticcheck_lint_package', 0)
call ale#Set('go_staticcheck_lint_package', 1)
call ale#Set('go_staticcheck_use_global', get(g:, 'ale_use_global_executables', 0))
function! ale_linters#go#staticcheck#GetCommand(buffer) abort