Migrate to Sequin #2
Annotations
5 errors and 10 warnings
start-local.sh#L65
[shellcheck] reported by reviewdog ๐ถ
Couldn't parse this brace group. Fix to allow more checks.
Raw Output:
./start-local.sh:65:11: error: Couldn't parse this brace group. Fix to allow more checks. (ShellCheck.SC1073)
|
start-local.sh#L71
[shellcheck] reported by reviewdog ๐ถ
Expected a '}'. If you have one, try a ; or \n in front of it.
Raw Output:
./start-local.sh:71:15: error: Expected a '}'. If you have one, try a ; or \n in front of it. (ShellCheck.SC1056)
|
start-local.sh#L71
[shellcheck] reported by reviewdog ๐ถ
Missing '}'. Fix any mentioned problems and try again.
Raw Output:
./start-local.sh:71:15: error: Missing '}'. Fix any mentioned problems and try again. (ShellCheck.SC1072)
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
start-local.sh#L65
[shellcheck] reported by reviewdog ๐ถ
The mentioned syntax error was in this function.
Raw Output:
./start-local.sh:65:1: info: The mentioned syntax error was in this function. (ShellCheck.SC1009)
|
tests/install_noplayground_test.sh#L18
[shellcheck] reported by reviewdog ๐ถ
DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_noplayground_test.sh:18:1: warning: DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
tests/install_noplayground_test.sh#L19
[shellcheck] reported by reviewdog ๐ถ
START_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_noplayground_test.sh:19:1: warning: START_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
tests/install_noplayground_test.sh#L20
[shellcheck] reported by reviewdog ๐ถ
STOP_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_noplayground_test.sh:20:1: warning: STOP_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
tests/install_noplayground_test.sh#L21
[shellcheck] reported by reviewdog ๐ถ
UNINSTALL_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_noplayground_test.sh:21:1: warning: UNINSTALL_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
tests/install_from_curl_test.sh#L45
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting.
Raw Output:
./tests/install_from_curl_test.sh:45:14: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
tests/install_minimal_test.sh#L18
[shellcheck] reported by reviewdog ๐ถ
DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_minimal_test.sh:18:1: warning: DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
tests/install_minimal_test.sh#L19
[shellcheck] reported by reviewdog ๐ถ
START_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_minimal_test.sh:19:1: warning: START_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
tests/install_minimal_test.sh#L20
[shellcheck] reported by reviewdog ๐ถ
STOP_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_minimal_test.sh:20:1: warning: STOP_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
tests/install_minimal_test.sh#L21
[shellcheck] reported by reviewdog ๐ถ
UNINSTALL_FILE appears unused. Verify use (or export if used externally).
Raw Output:
./tests/install_minimal_test.sh:21:1: warning: UNINSTALL_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
The logs for this run have expired and are no longer available.
Loading