-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Silence remaining shellcheck warnings and remove ignore list #10879
Merged
cameel
merged 4 commits into
develop
from
silence-remaining-shellcheck-warnings-and-remove-ignore-list
Mar 15, 2021
Merged
Silence remaining shellcheck warnings and remove ignore list #10879
cameel
merged 4 commits into
develop
from
silence-remaining-shellcheck-warnings-and-remove-ignore-list
Mar 15, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cameel
force-pushed
the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
2 times, most recently
from
February 2, 2021 14:56
480b218
to
5e61c10
Compare
cameel
force-pushed
the
shellcheck-fixes-part1
branch
from
February 19, 2021 18:19
1e5f0e5
to
f381a24
Compare
cameel
force-pushed
the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
from
February 19, 2021 18:19
5e61c10
to
0b057ed
Compare
cameel
force-pushed
the
shellcheck-fixes-part1
branch
from
February 19, 2021 18:59
f381a24
to
fa9b8c9
Compare
cameel
force-pushed
the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
2 times, most recently
from
February 22, 2021 12:44
de7baa3
to
9cb9a07
Compare
cameel
force-pushed
the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
from
March 4, 2021 15:56
9cb9a07
to
10dbb60
Compare
cameel
force-pushed
the
shellcheck-fixes-part1
branch
from
March 4, 2021 15:58
09c9591
to
cf94c3f
Compare
cameel
force-pushed
the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
from
March 4, 2021 15:58
10dbb60
to
3efc023
Compare
cameel
force-pushed
the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
from
March 5, 2021 16:14
3efc023
to
dd9bf82
Compare
I have just merged #10586 so I'm marking this as ready for review. |
ekpyron
previously approved these changes
Mar 15, 2021
… files on its own
…g or the problem is not worth fixing
cameel
force-pushed
the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
from
March 15, 2021 11:17
dd9bf82
to
b8979a9
Compare
Rebased on |
ekpyron
approved these changes
Mar 15, 2021
cameel
deleted the
silence-remaining-shellcheck-warnings-and-remove-ignore-list
branch
March 15, 2021 18:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #10586. It will remain a draft until all PRs below are merged.It's ondevelop
now.This is the last batch and mostly just disables warnings where shellcheck is overzealous or doing it properly is not worth the extra effort.
It also removes the whole ignorelist mechanism from our scripts. I think that going forward it's better to add specific local ignores in scripts instead of having the whole script ignored.