Skip to content

Commit

Permalink
Checker flake8: update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Sep 1, 2017
1 parent f1a9b15 commit 28376c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.8.0-70'
let g:_SYNTASTIC_VERSION = '3.8.0-71'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down
1 change: 1 addition & 0 deletions syntax_checkers/python/flake8.vim
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function! SyntaxCheckers_python_flake8_GetLocList() dict
" F*** are PyFlakes codes
" C*** are McCabe complexity messages
" N*** are naming conventions from pep8-naming
" H*** are OpenStack messages

if has_key(e, 'nr')
let e['text'] .= printf(' [%s%03d]', e['type'], e['nr'])
Expand Down

0 comments on commit 28376c0

Please sign in to comment.