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

Add note about conflict with vscode-ruby's linting #164

Open mdesantis opened 2 years ago

mdesantis commented 2 years ago

Related to #163. vscode-ruby suggests to add the following setting:

"ruby.lint": {
  "rubocop": {
    "useBundler": true
  }
}

But this setting used in conjunction with this extension lints the file twice, making this extension actually redundant.