refactor!(ruby): remove rubocop

BREAKING CHANGE: This removes rubocop from the ruby module in lieu of
LSP clients.

Ref: https://github.com/orgs/doomemacs/projects/5/views/1?pane=issue&itemId=69411575
This commit is contained in:
Henrik Lissner
2025-06-29 17:34:26 +02:00
parent 957b1266bf
commit 59c6b8e614
3 changed files with 2 additions and 20 deletions

View File

@@ -43,18 +43,6 @@
:hook ruby-mode)
(use-package! rubocop
:hook (ruby-mode . rubocop-mode)
:config
(set-popup-rule! "^\\*RuboCop" :select t)
(map! :localleader
:map rubocop-mode-map
"f" #'rubocop-check-current-file
"F" #'rubocop-autocorrect-current-file
"p" #'rubocop-check-project
"P" #'rubocop-autocorrect-project))
(use-package! ruby-json-to-hash
:defer t
:init