Skip to content

Remove reference to undeclared variable TypeConverters. #25

Remove reference to undeclared variable TypeConverters.

Remove reference to undeclared variable TypeConverters. #25

Triggered via pull request July 8, 2024 12:53
@rko281rko281
synchronize #20
rko281:master
Status Failure
Total duration 13s
Artifacts

shellcheck.yml

on: pull_request
shellcheck
5s
shellcheck
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
shellcheck
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
shellcheck
Process completed with exit code 1.
shellcheck: scripts/setup-RDBMS.sh#L4
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./scripts/setup-RDBMS.sh:4:12: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
shellcheck: scripts/setup-RDBMS.sh#L4
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/setup-RDBMS.sh:4:40: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
shellcheck: scripts/setup-RDBMS.sh#L6
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/setup-RDBMS.sh:6:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
shellcheck: scripts/setup-RDBMS.sh#L9
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/setup-RDBMS.sh:9:20: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
shellcheck: scripts/setup-RDBMS.sh#L11
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./scripts/setup-RDBMS.sh:11:14: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
shellcheck: scripts/setup-RDBMS.sh#L11
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/setup-RDBMS.sh:11:42: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
shellcheck: scripts/setup-RDBMS.sh#L13
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/setup-RDBMS.sh:13:10: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
shellcheck: scripts/setup-RDBMS.sh#L17
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/setup-RDBMS.sh:17:26: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
shellcheck: scripts/setup-RDBMS.sh#L21
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./scripts/setup-RDBMS.sh:21:10: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
shellcheck: scripts/setup-RDBMS.sh#L22
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/setup-RDBMS.sh:22:13: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)