misogi / vscode-ruby-rubocop

Rubocop extension for Visual Studio Code
https://marketplace.visualstudio.com/items/misogi.ruby-rubocop
MIT License
137 stars 68 forks source link

Rubocop saves the file before correcting it and runs checks again #27

Closed sergey-kintsel closed 8 years ago

sergey-kintsel commented 8 years ago

Without saving it will cause an issue that you have unsaved changes, but file has already been updated in File System. Also, as it doesn't check the file again, we force rubocop to run them.

sergey-kintsel commented 8 years ago

@misogi could you please take a look and merge if all is OK?

misogi commented 8 years ago

Good patch. Definitely there are defference between file and editor window. I will merge it.