mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lang): mark rubocopfmt-on-save-use-lsp-format-buffer as safe local variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user