We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8a62a commit 20d7bbbCopy full SHA for 20d7bbb
autoload/go/lint.vim
@@ -426,6 +426,7 @@ function! s:golangcilintcmd(bin_path, haslinter)
426
let l:cmd += ["--show-stats=false"]
427
let l:cmd += ["--output.text.print-issued-lines=false"]
428
let l:cmd += ['--build-tags', go#config#BuildTags()]
429
+ let l:cmd += ['--path-mode', 'abs']
430
" do not use the default exclude patterns, because doing so causes golint
431
" problems about missing doc strings to be ignored and other things that
432
" golint identifies.
0 commit comments