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

@@ -10,9 +10,6 @@
(when (modulep! :completion company)
(package! company-inf-ruby :pin "fe3e4863bc971fbb81edad447efad5795ead1b17"))
;; Programming environment
(package! rubocop :pin "f5fd18aa810c3d3269188cbbd731ddc09006f8f5")
;; Project tools
(package! bundler :pin "43efb6be4ed118b06d787ce7fbcffd68a31732a7")
(package! rake :pin "452ea0caca33376487103c64177c295ed2960cca")