Hacker News new | ask | show | jobs
by phaedryx 912 days ago
Prism is interesting. Any Ruby code analysis tools that use it? I've been looking for ways to analyze my code at work.
1 comments

The Ruby LSP uses Prism. Kevin Newton has implemented a Prism-based backed for the white quark/parser gem [1] that can be used with Rubocop.

[1] https://github.com/kddnewton/parser-prism

I had missed this. Six times faster? Wow!