Skip to content
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

Repository improvements #26

Merged
merged 3 commits into from
Jan 8, 2025

Make linters happy

b679bd0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Repository improvements #26

Make linters happy
b679bd0
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck failed Nov 27, 2024 in 3s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (208)

tests/start_local_test.sh|28 col 11| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|29 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_test.sh|29 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|30 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|30 col 40| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|31 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|32 col 12| ShellCheck can't follow non-constant source. Use a directive to specify location.
tests/start_local_test.sh|32 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|33 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_test.sh|33 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|37 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_test.sh|37 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|40 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_test.sh|40 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|41 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|42 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_test.sh|42 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|46 col 24| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|50 col 24| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|55 col 25| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|60 col 25| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|65 col 25| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|70 col 16| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|78 col 25| Double quote to prevent globbing and word splitting.
tests/start_local_test.sh|83 col 16| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|28 col 11| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|29 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_expire_license_test.sh|29 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|30 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|30 col 40| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|31 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|32 col 12| ShellCheck can't follow non-constant source. Use a directive to specify location.
tests/start_local_expire_license_test.sh|32 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|33 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_expire_license_test.sh|33 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|37 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_expire_license_test.sh|37 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|40 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_expire_license_test.sh|40 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|41 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|42 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_expire_license_test.sh|42 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|51 col 37| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|52 col 5| Double quote to prevent globbing and word splitting.
tests/start_local_expire_license_test.sh|60 col 11| Declare and assign separately to avoid masking return values.
tests/start_local_expire_license_test.sh|60 col 34| Double quote to prevent globbing and word splitting.
tests/utility.sh|31 col 27| Double quote to prevent globbing and word splitting.
tests/utility.sh|33 col 30| Double quote to prevent globbing and word splitting.
tests/utility.sh|33 col 40| Double quote to prevent globbing and word splitting.
tests/utility.sh|33 col 50| Double quote to prevent globbing and word splitting.
tests/utility.sh|36 col 10| Double quote to prevent globbing and word splitting.
tests/utility.sh|57 col 75| Double quote to prevent globbing and word splitting.
tests/utility.sh|57 col 120| Double quote to prevent globbing and word splitting.
tests/utility.sh|57 col 145| Double quote to prevent globbing and word splitting.
tests/utility.sh|62 col 10| Double quote to prevent globbing and word splitting.
tests/utility.sh|66 col 23| Double quote to prevent globbing and word splitting.
tests/utility.sh|69 col 23| Double quote to prevent globbing and word splitting.
tests/utility.sh|74 col 9| Declare and assign separately to avoid masking return values.
tests/utility.sh|75 col 6| Remove surrounding $() to avoid executing output (or use eval if intentional).
tests/start_local_online_test.sh|28 col 28| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|30 col 11| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|31 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_online_test.sh|31 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|34 col 12| ShellCheck can't follow non-constant source. Use a directive to specify location.
tests/start_local_online_test.sh|34 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|35 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_online_test.sh|35 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|39 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_online_test.sh|39 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|42 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_online_test.sh|42 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|43 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|44 col 13| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|45 col 10| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|46 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_online_test.sh|46 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|50 col 24| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|54 col 24| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|59 col 25| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|64 col 25| Double quote to prevent globbing and word splitting.
tests/start_local_online_test.sh|69 col 25| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|28 col 11| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|29 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/test_docker-compose.sh|29 col 8| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|30 col 8| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|30 col 40| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|31 col 8| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|32 col 12| ShellCheck can't follow non-constant source. Use a directive to specify location.
tests/test_docker-compose.sh|32 col 12| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|33 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/test_docker-compose.sh|33 col 8| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|37 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/test_docker-compose.sh|37 col 8| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|40 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/test_docker-compose.sh|40 col 8| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|41 col 12| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|42 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/test_docker-compose.sh|42 col 8| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|46 col 24| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|50 col 24| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|55 col 25| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|60 col 25| Double quote to prevent globbing and word splitting.
tests/test_docker-compose.sh|65 col 25| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|28 col 11| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|29 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_uninstall_test.sh|29 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|30 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|30 col 40| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|31 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|32 col 12| ShellCheck can't follow non-constant source. Use a directive to specify location.
tests/start_local_uninstall_test.sh|32 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|33 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_uninstall_test.sh|33 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|37 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_uninstall_test.sh|37 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|40 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_uninstall_test.sh|40 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|41 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|42 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_uninstall_test.sh|42 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|46 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_uninstall_test.sh|46 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|51 col 31| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|55 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_uninstall_test.sh|55 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_uninstall_test.sh|60 col 31| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|28 col 11| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|29 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_start_stop_test.sh|29 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|30 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|30 col 40| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|31 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|32 col 12| ShellCheck can't follow non-constant source. Use a directive to specify location.
tests/start_local_start_stop_test.sh|32 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|33 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_start_stop_test.sh|33 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|37 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_start_stop_test.sh|37 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|40 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_start_stop_test.sh|40 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|41 col 12| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|42 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tests/start_local_start_stop_test.sh|42 col 8| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|46 col 5| Double quote to prevent globbing and word splitting.
tests/start_local_start_stop_test.sh|54 col 5| Double quote to prevent globbing and word splitting.
start-local.sh|41 col 3| version appears unused. Verify use (or export if used externally).
start-local.sh|78 col 8| In POSIX sh, [[ ]] is undefined.
start-local.sh|78 col 12| In POSIX sh, OSTYPE is undefined.
start-local.sh|82 col 8| In POSIX sh, [[ ]] is undefined.
start-local.sh|82 col 12| In POSIX sh, OSTYPE is undefined.
start-local.sh|82 col 37| In POSIX sh, OSTYPE is undefined.
start-local.sh|82 col 60| In POSIX sh, OSTYPE is undefined.
start-local.sh|86 col 8| In POSIX sh, [[ ]] is undefined.
start-local.sh|86 col 12| In POSIX sh, OSTYPE is undefined.
start-local.sh|96 col 26| Double quote to prevent globbing and word splitting.
start-local.sh|106 col 12| Double quote to prevent globbing and word splitting.
start-local.sh|114 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|114 col 13| Double quote to prevent globbing and word splitting.
start-local.sh|115 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|115 col 25| Double quote to prevent globbing and word splitting.
start-local.sh|116 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|123 col 3| Consider using { cmd1; cmd2; } >> file instead of individual redirects.
start-local.sh|125 col 8| Quote this to prevent word splitting.
start-local.sh|125 col 8| Useless echo? Instead of 'echo $(cmd)', just use 'cmd'.
start-local.sh|138 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|138 col 12| Double quote to prevent globbing and word splitting.
start-local.sh|139 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|139 col 12| Double quote to prevent globbing and word splitting.
start-local.sh|142 col 19| Double quote to prevent globbing and word splitting.
start-local.sh|143 col 19| Double quote to prevent globbing and word splitting.
start-local.sh|161 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|164 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|164 col 9| Declare and assign separately to avoid masking return values.
start-local.sh|169 col 12| Double quote to prevent globbing and word splitting.
start-local.sh|181 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|182 col 8| Quote this to prevent word splitting.
start-local.sh|182 col 8| Useless echo? Instead of 'echo $(cmd)', just use 'cmd'.
start-local.sh|182 col 63| Double quote to prevent globbing and word splitting.
start-local.sh|189 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|189 col 21| Double quote to prevent globbing and word splitting.
start-local.sh|190 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|190 col 14| Double quote to prevent globbing and word splitting.
start-local.sh|191 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|191 col 9| Declare and assign separately to avoid masking return values.
start-local.sh|195 col 5| In POSIX sh, 'local' is undefined.
start-local.sh|195 col 11| Declare and assign separately to avoid masking return values.
start-local.sh|196 col 10| Double quote to prevent globbing and word splitting.
start-local.sh|203 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|203 col 24| Double quote to prevent globbing and word splitting.
start-local.sh|204 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|204 col 9| Declare and assign separately to avoid masking return values.
start-local.sh|204 col 20| Quote this to prevent word splitting.
start-local.sh|205 col 6| Remove surrounding $() to avoid executing output (or use eval if intentional).
start-local.sh|218 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|218 col 18| Double quote to prevent globbing and word splitting.
start-local.sh|219 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|220 col 26| Double quote to prevent globbing and word splitting.
start-local.sh|243 col 8| Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
start-local.sh|259 col 10| Quote this to prevent word splitting.
start-local.sh|295 col 16| Double quote to prevent globbing and word splitting.
start-local.sh|296 col 16| Double quote to prevent globbing and word splitting.
start-local.sh|352 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|352 col 9| Declare and assign separately to avoid masking return values.
start-local.sh|352 col 15| Quote this to prevent word splitting.
start-local.sh|353 col 3| In POSIX sh, 'local' is undefined.
start-local.sh|604 col 8| Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
start-local.sh|606 col 10| Double quote to prevent globbing and word splitting.
start-local.sh|616 col 28| Double quote to prevent globbing and word splitting.

Filtered Findings (0)

Annotations

Check notice on line 28 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L28 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:28:11: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 29 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L29 <ShellCheck.SC2164>

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw output
./tests/start_local_test.sh:29:5: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)

Check notice on line 29 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L29 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:29:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 30 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L30 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:30:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 30 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L30 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:30:40: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 31 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L31 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:31:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 32 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L32 <ShellCheck.SC1090>

ShellCheck can't follow non-constant source. Use a directive to specify location.
Raw output
./tests/start_local_test.sh:32:12: warning: ShellCheck can't follow non-constant source. Use a directive to specify location. (ShellCheck.SC1090)

Check notice on line 32 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L32 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:32:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 33 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L33 <ShellCheck.SC2164>

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw output
./tests/start_local_test.sh:33:5: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)

Check notice on line 33 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L33 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:33:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 37 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L37 <ShellCheck.SC2164>

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw output
./tests/start_local_test.sh:37:5: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)

Check notice on line 37 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L37 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:37:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 40 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L40 <ShellCheck.SC2164>

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw output
./tests/start_local_test.sh:40:5: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)

Check notice on line 40 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L40 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:40:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 41 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L41 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:41:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 42 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L42 <ShellCheck.SC2164>

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw output
./tests/start_local_test.sh:42:5: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)

Check notice on line 42 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L42 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:42:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 46 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L46 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:46:24: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 50 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L50 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:50:24: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 55 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L55 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:55:25: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 60 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L60 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:60:25: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 65 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L65 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:65:25: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 70 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L70 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:70:16: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 78 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L78 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:78:25: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 83 in tests/start_local_test.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tests/start_local_test.sh#L83 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tests/start_local_test.sh:83:16: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)