Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Disable all go checkers by default.
Browse files Browse the repository at this point in the history
The "go" checker is a continuing source of problems for "vim-go", which
is better at this game than syntastic anyway.

Reference: fatih/vim-go#814
  • Loading branch information
lcd047 committed May 5, 2016
1 parent 71208eb commit f280ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.7.0-132'
let g:_SYNTASTIC_VERSION = '3.7.0-133'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down
2 changes: 1 addition & 1 deletion plugin/syntastic/registry.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let s:_DEFAULT_CHECKERS = {
\ 'eruby': ['ruby'],
\ 'fortran': ['gfortran'],
\ 'glsl': ['cgc'],
\ 'go': ['go'],
\ 'go': [],
\ 'haml': ['haml'],
\ 'handlebars': ['handlebars'],
\ 'haskell': ['hdevtools', 'hlint'],
Expand Down

0 comments on commit f280ff2

Please sign in to comment.