diff --git a/modules/languages/siren-ruby.el b/modules/languages/siren-ruby.el index 6d1bcf2..9512f84 100644 --- a/modules/languages/siren-ruby.el +++ b/modules/languages/siren-ruby.el @@ -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)