Specify marine yamls for gfs ocean analysis archiving (#4286) #2
Annotations
10 errors and 10 warnings
|
differential_shellcheck:
.github/ISSUE_TEMPLATE/config.yml#L1
[shellcheck] reported by reviewdog 🐶
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Raw Output:
./.github/ISSUE_TEMPLATE/config.yml:1:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. (ShellCheck.SC2148)
|
|
differential_shellcheck:
ush/tropcy_relocate_extrkr.sh#L1559
[shellcheck] reported by reviewdog 🐶
-s doesn't work with globs. Use a for loop.
Raw Output:
./ush/tropcy_relocate_extrkr.sh:1559:9: error: -s doesn't work with globs. Use a for loop. (ShellCheck.SC2144)
|
|
differential_shellcheck:
ush/tropcy_relocate_extrkr.sh#L1546
[shellcheck] reported by reviewdog 🐶
Argument to -n is always true due to literal strings.
Raw Output:
./ush/tropcy_relocate_extrkr.sh:1546:7: error: Argument to -n is always true due to literal strings. (ShellCheck.SC2157)
|
|
differential_shellcheck:
ush/tropcy_relocate_extrkr.sh#L1516
[shellcheck] reported by reviewdog 🐶
-s doesn't work with globs. Use a for loop.
Raw Output:
./ush/tropcy_relocate_extrkr.sh:1516:9: error: -s doesn't work with globs. Use a for loop. (ShellCheck.SC2144)
|
|
differential_shellcheck:
ush/tropcy_relocate_extrkr.sh#L671
[shellcheck] reported by reviewdog 🐶
Argument to -n is always true due to literal strings.
Raw Output:
./ush/tropcy_relocate_extrkr.sh:671:7: error: Argument to -n is always true due to literal strings. (ShellCheck.SC2157)
|
|
differential_shellcheck:
ush/tropcy_relocate_extrkr.sh#L605
[shellcheck] reported by reviewdog 🐶
Argument to -n is always true due to literal strings.
Raw Output:
./ush/tropcy_relocate_extrkr.sh:605:7: error: Argument to -n is always true due to literal strings. (ShellCheck.SC2157)
|
|
differential_shellcheck:
ush/tropcy_relocate_extrkr.sh#L587
[shellcheck] reported by reviewdog 🐶
-s doesn't work with globs. Use a for loop.
Raw Output:
./ush/tropcy_relocate_extrkr.sh:587:9: error: -s doesn't work with globs. Use a for loop. (ShellCheck.SC2144)
|
|
differential_shellcheck:
ush/getdump.sh#L30
[shellcheck] reported by reviewdog 🐶
Iterating over ls output is fragile. Use globs.
Raw Output:
./ush/getdump.sh:30:17: error: Iterating over ls output is fragile. Use globs. (ShellCheck.SC2045)
|
|
differential_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
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L12
[shellcheck] reported by reviewdog 🐶
Double quote array expansions to avoid re-splitting elements.
Raw Output:
./ecf/setup_ecf_links.sh:12:14: error: Double quote array expansions to avoid re-splitting elements. (ShellCheck.SC2068)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L41
[shellcheck] reported by reviewdog 🐶
Expanding an array without an index only gives the first element.
Raw Output:
./ecf/setup_ecf_links.sh:41:39: warning: Expanding an array without an index only gives the first element. (ShellCheck.SC2128)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L40
[shellcheck] reported by reviewdog 🐶
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Raw Output:
./ecf/setup_ecf_links.sh:40:22: warning: Prefer mapfile or read -a to split command output (or quote to avoid splitting). (ShellCheck.SC2207)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L40
[shellcheck] reported by reviewdog 🐶
Consider invoking this command separately to avoid masking its return value (or use '|| true' to ignore).
Raw Output:
./ecf/setup_ecf_links.sh:40:9: info: Consider invoking this command separately to avoid masking its return value (or use '|| true' to ignore). (ShellCheck.SC2312)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L40
[shellcheck] reported by reviewdog 🐶
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Raw Output:
./ecf/setup_ecf_links.sh:40:7: warning: Prefer mapfile or read -a to split command output (or quote to avoid splitting). (ShellCheck.SC2207)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L33
[shellcheck] reported by reviewdog 🐶
Expanding an array without an index only gives the first element.
Raw Output:
./ecf/setup_ecf_links.sh:33:40: warning: Expanding an array without an index only gives the first element. (ShellCheck.SC2128)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L32
[shellcheck] reported by reviewdog 🐶
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Raw Output:
./ecf/setup_ecf_links.sh:32:7: warning: Prefer mapfile or read -a to split command output (or quote to avoid splitting). (ShellCheck.SC2207)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L25
[shellcheck] reported by reviewdog 🐶
Expanding an array without an index only gives the first element.
Raw Output:
./ecf/setup_ecf_links.sh:25:38: warning: Expanding an array without an index only gives the first element. (ShellCheck.SC2128)
|
|
differential_shellcheck:
ecf/setup_ecf_links.sh#L24
[shellcheck] reported by reviewdog 🐶
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Raw Output:
./ecf/setup_ecf_links.sh:24:7: warning: Prefer mapfile or read -a to split command output (or quote to avoid splitting). (ShellCheck.SC2207)
|
|
differential_shellcheck:
sorc/build_all.sh#L226
[shellcheck] reported by reviewdog 🐶
This function is never invoked. Check usage (or ignored if invoked indirectly).
Raw Output:
./sorc/build_all.sh:226:1: info: This function is never invoked. Check usage (or ignored if invoked indirectly). (ShellCheck.SC2329)
|
|
differential_shellcheck:
env/CONTAINER.env#L29
[shellcheck] reported by reviewdog 🐶
Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox.
Raw Output:
./env/CONTAINER.env:29:4: info: Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox. (ShellCheck.SC2292)
|