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

Ignore warnings and proceed if there is valid rubocop output #94

Closed Gokuldroid closed 4 years ago

Gokuldroid commented 5 years ago

rubocop sometimes provides diagnosis even If there are errors in rubocop config file.

Ex , when we add new lint option and if it is still not current rubocop version, it will report waring and still provides diagnosis infromation. We can still use that information and show errors.