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
Vinish Kapoor -
Kareem Itani -
Vaishnav -
Rizwan Hasan -
Top comments (0)