Skip to content

Commit

Permalink
Merge pull request #3667 from bhcleek/golangci-lint
Browse files Browse the repository at this point in the history
comment out golangci-lint test
  • Loading branch information
bhcleek committed Jun 5, 2024
2 parents feef9b3 + 08bf8de commit 5667405
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions autoload/go/lint_test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,11 @@ func! s:gometa_multiple(metalinter) abort
endtry
endfunc

func! Test_GometaAutoSaveGolangciLint_multiple() abort
let g:go_gopls_enabled = 0
call s:gometaautosave_multiple('golangci-lint')
endfunc
"func! Test_GometaAutoSaveGolangciLint_multiple() abort
" return
" let g:go_gopls_enabled = 0
" call s:gometaautosave_multiple('golangci-lint')
"endfunc

func! s:gometaautosave_multiple(metalinter) abort
let RestoreGOPATH = go#util#SetEnv('GOPATH', fnameescape(fnamemodify(getcwd(), ':p')) . 'test-fixtures/lint')
Expand Down

0 comments on commit 5667405

Please sign in to comment.