aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/rubocop.lua
blob: 619df5c1f6657eaac81ba9377f2dfe4b9fc6a0aa (plain) (blame)
1
2
3
4
5
6
7
8
---@brief
---
--- https://github.com/rubocop/rubocop
return {
  cmd = { 'rubocop', '--lsp' },
  filetypes = { 'ruby' },
  root_markers = { 'Gemfile', '.git' },
}