mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-07 10:21:05 +08:00
Fix #2192 - Handle more ignore-pattern messages for ESLint
This commit is contained in:
@@ -121,7 +121,7 @@ function! ale#handlers#eslint#Handle(buffer, lines) abort
|
||||
let l:text = l:match[3]
|
||||
|
||||
if ale#Var(a:buffer, 'javascript_eslint_suppress_eslintignore')
|
||||
if l:text is# 'File ignored because of a matching ignore pattern. Use "--no-ignore" to override.'
|
||||
if l:text =~# '^File ignored'
|
||||
continue
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user