-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a Docker container doesn't work #69
Comments
Finally, I got it working! The issue was the |
But something which doesn't work still is running Rubocop when opening a file. I have to run "Check current file" manually in order to get it working. |
Since my last comment, the |
Actually, the PR #70 fixes the mentioned issue! |
Steps to reproduce:
chmod +x
No Rubocop offenses reported in ST, and nothing is printed in the ST console, no idea what is going wrong.
I have updated my script in order to write into a file the command that is going to be executed, but no log file appears, like if the script is not ran at all.
BTW when I set a wrong path as
rubocop_command
, I do have an error in ST stating the given path doesn't exist.The text was updated successfully, but these errors were encountered: