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

Disable on certain projects or if .rubocop.yml doesn't exist #152

Closed wulffeld closed 3 years ago

wulffeld commented 3 years ago

Maybe I missed it or don't quite understand the settings but is it possible to disable the extension from linting on projects that don't use rubocop? I hate seeing all the warnings on old projects and such 😅

wulffeld commented 3 years ago

Obviously right after posting I figure out I can disable/enable per workspace. 🙄