Update flycheck config to use rubocop-bundle-safe executable

This commit is contained in:
2017-05-26 16:11:06 +01:00
parent 8483dcb492
commit c84d39f233

View File

@@ -12,6 +12,7 @@
(setq flycheck-completion-system 'ido)
(setq flycheck-idle-change-delay 1.0)
(setq flycheck-indication-mode 'right-fringe)
(setq flycheck-ruby-rubocop-executable "rubocop-bundle-safe")
(provide 'siren-flycheck)
;;; siren-flycheck.el ends here