mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Remove style classification from E999 (#696)
* Remove style classification from E999 * Update test_flake8_handler to reflect E999 changes
This commit is contained in:
@@ -136,7 +136,7 @@ function! ale_linters#python#flake8#Handle(buffer, lines) abort
|
||||
\ 'type': 'W',
|
||||
\}
|
||||
|
||||
if l:code[:0] ==# 'F'
|
||||
if l:code[:0] ==# 'F' || l:code ==# 'E999'
|
||||
let l:item.type = 'E'
|
||||
elseif l:code[:0] ==# 'E'
|
||||
let l:item.type = 'E'
|
||||
|
||||
Reference in New Issue
Block a user