You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rubocop-daemon script is currently setting $NETCAT_CMD to nc on macOS. When netcat from Homebrew is installed, and the $PATH is set up such that /usr/local/bin comes before /usr/bin, rubocop-daemon hangs while trying to run /usr/local/bin/nc.
If we hard-coded $NETCAT_CMD to /usr/bin/nc on macOS, this would probably be fixed.
The text was updated successfully, but these errors were encountered:
The
rubocop-daemon
script is currently setting$NETCAT_CMD
tonc
on macOS. Whennetcat
from Homebrew is installed, and the$PATH
is set up such that/usr/local/bin
comes before/usr/bin
,rubocop-daemon
hangs while trying to run/usr/local/bin/nc
.If we hard-coded
$NETCAT_CMD
to/usr/bin/nc
on macOS, this would probably be fixed.The text was updated successfully, but these errors were encountered: