mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lang): mark rubocopfmt-include-unsafe-cops var as safe local var
This commit is contained in:
@@ -148,7 +148,10 @@
|
||||
(rubocopfmt-show-errors 'echo)
|
||||
(rubocopfmt-use-bundler-when-possible nil)
|
||||
(rubocopfmt-rubocop-command
|
||||
(expand-file-name "bin/rubocop-daemon-wrapper" siren-dir)))
|
||||
(expand-file-name "bin/rubocop-daemon-wrapper" siren-dir))
|
||||
|
||||
:config
|
||||
(add-to-list 'safe-local-variable-values '(rubocopfmt-include-unsafe-cops)))
|
||||
|
||||
(use-package ruby-compilation
|
||||
:defer t)
|
||||
|
||||
Reference in New Issue
Block a user