feat(lang): Set new rubocopfmt-include-unsafe-cops option to t

This commit is contained in:
2020-07-13 21:48:56 +01:00
parent 20597149bb
commit 7d0ff606a3

View File

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