-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
I ran ./lint_clean_files.sh and fixed the errors #1931
Conversation
Hi @matchuek, I am delighted that you opened up a PR in an effort to clean up Bash-it 😄 I see that the main difference is replacing |
Hello @NoahGorny, here is the output of
|
I've never once used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @matchuek
I left a couple of comments. It seems like you are using an outdated shellcheck
and this is why it generated all of those errors. It still great that you opened a PR, because there is still interesting cleanup things to do here!
Don't feel intimidated by the review! If you have any questions, feel free to comment and I will gladly help!
Good luck!
I actually prefer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's OK for me!
All right, whenever you have the time feel free to update the PR and I will take another look 😄 Thank you for contributing ❤️ |
Hi @NoahGorny ,
what do you mean with that? I can't acknowledge your change request, github says: Pull request authors can’t approve their own pull request. |
Hi @matchuek, I did not add the changes to your PR, I only suggested them. You need to commit them yourself, and push to this PR- than I can approve and merge 😄 |
I restarted with shellcheck 0.7.2 - everything passed so far! |
Motivation and Context
#1696
How Has This Been Tested?
I don't see necessity for testing these changes.
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.