Break shared handlers up into their own files, and fix stylelint error handling
This commit is contained in:
@@ -6,5 +6,5 @@ call ale#linter#Define('pyrex', {
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable': 'cython',
|
||||
\ 'command': 'cython --warning-extra -o ' . g:ale#util#nul_file . ' %t',
|
||||
\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsError',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user