scss-lint: check exit code.
This commit is contained in:
parent
70746c0f5f
commit
73e4ce94c4
@ -23,7 +23,8 @@ function! SyntaxCheckers_scss_scss_lint_GetLocList() dict
|
|||||||
return SyntasticMake({
|
return SyntasticMake({
|
||||||
\ 'makeprg': makeprg,
|
\ 'makeprg': makeprg,
|
||||||
\ 'errorformat': errorformat,
|
\ 'errorformat': errorformat,
|
||||||
\ 'subtype': 'Style'})
|
\ 'subtype': 'Style',
|
||||||
|
\ 'returns': [0, 1, 65] })
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||||
|
Loading…
Reference in New Issue
Block a user