mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lang): Set new rubocopfmt-include-unsafe-cops option to t
This commit is contained in:
@@ -163,8 +163,9 @@
|
||||
(ruby-mode . rubocopfmt-mode)
|
||||
|
||||
:custom
|
||||
(rubocopfmt-show-errors 'echo)
|
||||
(rubocopfmt-include-unsafe-cops t)
|
||||
(rubocopfmt-on-save-use-lsp-format-buffer nil)
|
||||
(rubocopfmt-show-errors 'echo)
|
||||
(rubocopfmt-use-bundler-when-possible nil)
|
||||
(rubocopfmt-rubocop-command
|
||||
(expand-file-name "bin/rubocop-daemon-wrapper" siren-dir)))
|
||||
|
||||
Reference in New Issue
Block a user