castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.89k stars 158 forks source link

Support for non .rb files #633

Open Earlopain opened 1 year ago

Earlopain commented 1 year ago

Rubocop 1.45 added a new feature where custom cops can apply on any files, like .erb for example. https://github.com/rubocop/rubocop/pull/10839 It doesn't look like solargraph is interested in anything other than .rb at the moment, I'm not getting rubocop hints in my erb files. I'm using this custom reporter: https://github.com/r7kamura/rubocop-erb