Skip to content

Commit

Permalink
Disable protobuf linting
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Jul 14, 2020
1 parent 53f70e3 commit d84209b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/lint.vim
Expand Up @@ -22,6 +22,7 @@ let g:ale_linters = {
\ 'typescript': ['tsserver', 'typecheck'],
\ 'javascript': ['eslint'],
\ 'ruby': ['rubocop', 'ruby'],
\ 'proto': [],
\}

" This gets around typecheck errors for types defined in other files in the
Expand Down

0 comments on commit d84209b

Please sign in to comment.