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
I used the shfmt hook, and it flagged my files as "failing". I believe this is due to the presence of "output of any kind" - when running: shfmt -l .
shfmt -l
However, I have SELinux enabled, and the only output from this command was:
2020/04/10 12:15:25.715497 cmd_run.go:375: restoring default SELinux context of /home/myuser/snap
When I run the suggested "diff", there is no difference. [There is output - but again, a message about restoring the SELinux context.
Note: I have shfmt installed as a snap app.
The text was updated successfully, but these errors were encountered:
Feel free to send a PR if changing the hook fixes your issue, I'm not able to reproduce this.
Sorry, something went wrong.
No branches or pull requests
I used the shfmt hook, and it flagged my files as "failing". I believe this is due to the presence of "output of any kind" - when running:
shfmt -l
.However, I have SELinux enabled, and the only output from this command was:
When I run the suggested "diff", there is no difference. [There is output - but again, a message about restoring the SELinux context.
Note: I have shfmt installed as a snap app.
The text was updated successfully, but these errors were encountered: