Skip to content

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

Open
mdesantis wants to merge 1 commit intomisogi:masterfrom
mdesantis:patch-1
Open

Add note about conflict with vscode-ruby's linting#164
mdesantis wants to merge 1 commit intomisogi:masterfrom
mdesantis:patch-1

Conversation

@mdesantis
Copy link

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.

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

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

But this setting used in conjunction with this extension lints the file twice,
making this extension actually redundant.
@mdesantis mdesantis changed the title Add note about conflict with vscode-ruby Add note about conflict with vscode-ruby's linting Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant