Create a .dir-locals.el file in the project root and
edit the file with this code in Emacs Lisp
((ruby-mode . ((eval . (setq-local flycheck-command-wrapper-function
(lambda (command)
(append '("bundle" "exec") command)))))))
Create a .dir-locals.el file in the project root and
edit the file with this code in Emacs Lisp
((ruby-mode . ((eval . (setq-local flycheck-command-wrapper-function
(lambda (command)
(append '("bundle" "exec") command)))))))
For further actions, you may consider blocking this person and/or reporting abuse
tayelolu akinbohun -
Andrew Park -
Enrique Lazo Bello -
varzoeaa -
Top comments (0)