Mixedindentlint is a style checker.
This commit is contained in:
parent
ac4541e0e8
commit
48736aa376
@ -19,7 +19,7 @@ if has('reltime')
|
||||
lockvar! g:_SYNTASTIC_START
|
||||
endif
|
||||
|
||||
let g:_SYNTASTIC_VERSION = '3.7.0-61'
|
||||
let g:_SYNTASTIC_VERSION = '3.7.0-62'
|
||||
lockvar g:_SYNTASTIC_VERSION
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
@ -25,6 +25,7 @@ function! SyntaxCheckers_javascript_mixedindentlint_GetLocList() dict
|
||||
return SyntasticMake({
|
||||
\ 'makeprg': makeprg,
|
||||
\ 'errorformat': errorformat,
|
||||
\ 'subtype': 'Style',
|
||||
\ 'defaults': { 'text': 'Indentation differs from rest of file' },
|
||||
\ 'returns': [0, 1] })
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user