Skip to content

Commit

Permalink
typescript: tslint: there is a error/warning severity always
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 11, 2019
1 parent f8aa04b commit 07dbbe6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoload/neomake/makers/ft/typescript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ function! neomake#makers#ft#typescript#tslint() abort
\ 'errorformat': '%-G,'
\ .'%EERROR: %f:%l:%c - %m,'
\ .'%WWARNING: %f:%l:%c - %m,'
\ .'%E%f:%l:%c - %m,'
\ .'%EERROR: %f[%l\, %c]: %m,'
\ .'%WWARNING: %f[%l\, %c]: %m,'
\ .'%E%f[%l\, %c]: %m',
\ .'%WWARNING: %f[%l\, %c]: %m',
\ }
let config = neomake#utils#FindGlobFile('tsconfig.json')
if !empty(config)
Expand Down

0 comments on commit 07dbbe6

Please sign in to comment.