mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): Switch back to formatting Ruby with rubocop-daemon
Using `lsp-format-buffer` is a little bit unreliable, and for some reason it also skips some cops.
This commit is contained in:
@@ -154,7 +154,8 @@
|
||||
|
||||
:custom
|
||||
(rubocopfmt-show-errors 'echo)
|
||||
(rubocopfmt-on-save-use-lsp-format-buffer t)
|
||||
(rubocopfmt-on-save-use-lsp-format-buffer nil)
|
||||
(rubocopfmt-use-bundler-when-possible nil)
|
||||
(rubocopfmt-rubocop-command
|
||||
(expand-file-name "bin/rubocop-daemon-wrapper" siren-dir)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user