Skip to content

Commit

Permalink
VS Code: Fix issue where rubocop Exclude wasn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Apr 19, 2022
1 parent a6350f1 commit 1704c37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@
"redhat.telemetry.enabled": false,
"ruby.format": "rubocop",
"ruby.intellisense": "rubyLocate",
"ruby.lint": {
"rubocop": {
"useBundler": true
}
},
"ruby.rubocop.useBundler": true,
"ruby.useBundler": true,
"ruby.useLanguageServer": true,
"search.enableSearchEditorPreview": true,
Expand Down

0 comments on commit 1704c37

Please sign in to comment.