Skip to content

Commit

Permalink
golangci-lint issues workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Nov 4, 2020
1 parent 6717ac6 commit 55f4ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oh-my-zsh
Submodule oh-my-zsh updated from fcb6fa to d05544
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ let g:go_info_mode = 'gopls'
let g:go_def_mapping_enabled = 1
let g:go_code_completion_enabled = 1

let g:go_metalinter_command = "golangci-lint run --build-tags NO_CUDA "
let g:go_metalinter_command = "golangci-lint run --allow-parallel-runners --tests --build-tags NO_CUDA "
let g:go_metalinter_autosave = 1
let g:go_jump_to_error = 0

Expand Down

0 comments on commit 55f4ca3

Please sign in to comment.