aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/rubocop.lua
blob: 3560772d5bec4a2ed6e5739e2128506f40c317fe (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' },
}