chore(lang): mark rubocopfmt-include-unsafe-cops var as safe local var

This commit is contained in:
2020-11-11 10:47:05 +00:00
parent 811d14fda0
commit 41f2d5c826

View File

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