LoranKloeze / vscode-ruby-rubocop-revived

Rubocop extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=LoranKloeze.ruby-rubocop-revived
MIT License
26 stars 8 forks source link

[Fix #8] honor useServer when linting #11

Closed gurgeous closed 2 years ago

gurgeous commented 2 years ago

Honor the useServer setting when linting, and strip out the "RuboCop server starting" output. I also filed an issue with rubocop to remove that message when running with --format json (see https://github.com/rubocop/rubocop/issues/11164).

LoranKloeze commented 2 years ago

Thx!!!