Hello,

I'm trying to implement a racket linter in Ale for vim.
I've just taken neomake 
<https://github.com/neomake/neomake/blob/master/autoload/neomake/makers/ft/racket.vim>
 code 
and ported it to ale.

Heres what I have so far: ale/raco.vim 
<https://github.com/aqui18/ale/blob/master/ale_linters/racket/raco.vim>

So at the moment it's just using 'raco expand <filename>' and regexing the 
output to match the errors.
However, this way only seems to get the first error.

Is there a better approach to this?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to