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:
2020-05-24 00:23:18 +01:00
parent 0f13518f91
commit aee6af6128

View File

@@ -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)))