-
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
Fix formatting #2295
Fix formatting #2295
Conversation
This is essentially a duplicate of #2294. |
true. Edwin, see if you can merge them and see what's left. also, have you installed pre-commit? |
Oh oops I completely missed that! (my browser had an outdated view of the PR tab). I'll merge those changes in here once that's done Yeah I've installed pre-commit I'm running all my changes through that before pushing |
well, #2294 is done, please pull master and see if there's anything left? |
completion
directory
Description
Commit b6f62a4 introduced some ShellCheck errors. This cleans up most of the low-hanging fruit (shell quoting, extraneous dollar sign in arithmetic context, inability to follow non-constant source, etc.). Note that there are still errors remaining, but much fewer exist after this change. Maybe I can fix the rest of the errors in another PR?
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.