This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update scripts to pass Shellcheck lints #11166
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
12d79ff
Fix Shellcheck SC2164: exit in case cd fails.
callahad 64adbb7
Fix Shellcheck SC2046: Quote to prevent word split
callahad 5eb481c
Fix Shellcheck SC2115: Ensure never expands to /*
callahad 898e3be
Fix Shellcheck SC2064: Use single quotes on traps
callahad 6c736fa
Fix Shellcheck SC2154: variable possibly undefined
callahad 6a9d84a
Fix Shellcheck SC2166: test -a is not well defined
callahad dfa6143
Fix Shellcheck SC2155: Declare + export separately
callahad 99e698d
Fix Shellcheck SC2089 and SC2090: Quotes in vars
callahad 7cf83c0
Fix Shellcheck SC1001: Meaningless char escapes
callahad bab2bc8
Fix Shellcheck SC1091: Can't follow file
callahad 9d0f9d5
Fix Shellcheck SC2016: Single quotes don't expand
callahad 3109613
Fix Shellcheck SC2012: Use find instead of ls
callahad 13f084e
Fix Shellcheck SC2086: Quote to prevent splitting
callahad b5e9105
Fix Shellcheck SC2129: Consider using {..} >> file
callahad d7141e0
Fix Shellcheck SC2006: Use $(...) notation
callahad 1afc6ec
Changelog
callahad 0dffa9d
Merge remote-tracking branch 'origin/develop' into shellcheck
callahad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.