aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/rubocop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/rubocop.lua')
-rw-r--r--lsp/rubocop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/rubocop.lua b/lsp/rubocop.lua
index 150310b3..3560772d 100644
--- a/lsp/rubocop.lua
+++ b/lsp/rubocop.lua
@@ -1,6 +1,6 @@
---@brief
---
----https://github.com/rubocop/rubocop
+-- https://github.com/rubocop/rubocop
return {
cmd = { 'rubocop', '--lsp' },
filetypes = { 'ruby' },