Merge pull request #20535 from Homebrew/use-rubocop-internal-formatter

Use `rubocop_internal` formatter for Ruby LSP
This commit is contained in:
Mike McQuaid 2025-08-22 09:02:02 +00:00 committed by GitHub
commit 4774f08862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@
],
"rubyLsp.customRubyCommand": "source ../../.vscode/ruby-lsp-activate.sh",
"rubyLsp.bundleGemfile": "Library/Homebrew/Gemfile",
"rubyLsp.formatter": "rubocop",
"rubyLsp.formatter": "rubocop_internal",
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
"editor.formatOnSave": true,