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
Jahid Hasan -
Fernando Pena -
Jacopo Marrone @tresorama -
Mudunuri bhaskara karthikeya varma -
Top comments (0)