Skip I0011 messages in pylint.
Ignore 'Locally disabling %s' messages from pylint.
This commit is contained in:
parent
aee339f401
commit
88c203b686
@ -127,6 +127,11 @@ function! ale#handlers#HandlePEP8Format(buffer, lines) abort
|
||||
continue
|
||||
endif
|
||||
|
||||
if l:code ==# 'I0011'
|
||||
" Skip 'Locally disabling' message
|
||||
continue
|
||||
endif
|
||||
|
||||
call add(l:output, {
|
||||
\ 'bufnr': a:buffer,
|
||||
\ 'lnum': l:match[1] + 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user