Checker flake8: update comments.
This commit is contained in:
parent
f1a9b153bd
commit
28376c0c9a
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.8.0-70'
|
let g:_SYNTASTIC_VERSION = '3.8.0-71'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
@ -41,6 +41,7 @@ function! SyntaxCheckers_python_flake8_GetLocList() dict
|
|||||||
" F*** are PyFlakes codes
|
" F*** are PyFlakes codes
|
||||||
" C*** are McCabe complexity messages
|
" C*** are McCabe complexity messages
|
||||||
" N*** are naming conventions from pep8-naming
|
" N*** are naming conventions from pep8-naming
|
||||||
|
" H*** are OpenStack messages
|
||||||
|
|
||||||
if has_key(e, 'nr')
|
if has_key(e, 'nr')
|
||||||
let e['text'] .= printf(' [%s%03d]', e['type'], e['nr'])
|
let e['text'] .= printf(' [%s%03d]', e['type'], e['nr'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user