Skip to content
Snippets Groups Projects
Commit 0f32a441 authored by Anthony Accioly's avatar Anthony Accioly
Browse files

Disable shellcheck warning for explicit word splitting.

parent 304c967a
No related branches found
No related tags found
1 merge request!2Fix list-all
......@@ -15,4 +15,6 @@ function sort_versions() {
# Fetch all tag names, and get only second column. Then remove all unnecesary characters.
versions=$(eval "$cmd" | grep -oE "tag_name\": *\".{1,15}\"," | sed 's/tag_name\": *\"//;s/\",//' | sort_versions)
# shellcheck disable=SC2086 # Intended splitting of versions
echo $versions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment