castwide / solargraph

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

`Solargraph: -32603: [OptionParser::InvalidOption] invalid option: --autocorrect` #707

Closed DennisTheMenace780 closed 3 months ago

DennisTheMenace780 commented 5 months ago

I am using Neovim with the Solargraph plugin, and for the life of me, I have no idea why my editor is constantly telling me I have this error. I don't have an --autocorrect flag enabled, and even if I do enable it, I still seem to get the problem. Has anyone else experienced this? I haven't been able to search much on this error.

castwide commented 4 months ago

It sounds like you're using RuboCop < 1.3.0. #665 should resolve this issue and will be included in the next release.

DennisTheMenace780 commented 3 months ago

Can confirm we're using RuboCop 1.23.0, so I will close this and keep an eye out for othe next release. Thanks for getting back!