We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thanks for your work in pronto :)
rubocop has a check for executables files without the right permission:
run:1:1: W: Lint/ScriptPermission: Script file run doesn't have execute permission. #!/usr/bin/env ruby ^^^^^^^^^^^^^^^^^^^ 1 file inspected, 1 offense detected, 1 offense auto-correctable
However, if I change the file mode, it seems pronto does not run rubocop on this file:
diff --git a/run b/run old mode 100755 new mode 100644
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thanks for your work in pronto :)
rubocop has a check for executables files without the right permission:
However, if I change the file mode, it seems pronto does not run rubocop on this file:
The text was updated successfully, but these errors were encountered: