Open mdesantis opened 2 years ago
Related to #163. vscode-ruby suggests to add the following setting:
vscode-ruby
"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 #163.
vscode-ruby
suggests to add the following setting:But this setting used in conjunction with this extension lints the file twice, making this extension actually redundant.