chore(lang): mark rubocopfmt-on-save-use-lsp-format-buffer as safe local variable

This commit is contained in:
2021-01-15 02:06:15 +00:00
parent d79e9999fd
commit 3f5b3ba9ca

View File

@@ -157,7 +157,9 @@
(expand-file-name "bin/rubocop-daemon-wrapper" siren-dir))
:config
(add-to-list 'safe-local-variable-values '(rubocopfmt-include-unsafe-cops)))
(add-to-list 'safe-local-variable-values
'(rubocopfmt-include-unsafe-cops
rubocopfmt-on-save-use-lsp-format-buffer)))
(use-package ruby-compilation
:defer t)