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

Don't autocorrect files on save when the currently open file is not Ruby #5

Closed Verseth closed 2 years ago

Verseth commented 2 years ago

Hi, I've noticed a small bug while using the autocorrectOnSave feature.

Rubocop would attempt to correct non-Ruby files. I've fixed this issue and covered this edge case with a new test.

LoranKloeze commented 2 years ago

Thanks again!