fixup status checks (#35) #21
Annotations
5 errors and 10 warnings
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
|
zfs-replicate.sh#L39
[shellcheck] reported by reviewdog 🐶
Double quote array expansions to avoid re-splitting elements.
Raw Output:
./zfs-replicate.sh:39:30: error: Double quote array expansions to avoid re-splitting elements. (ShellCheck.SC2068)
|
zfs-replicate.sh#L47
[shellcheck] reported by reviewdog 🐶
Double quote array expansions to avoid re-splitting elements.
Raw Output:
./zfs-replicate.sh:47:16: error: Double quote array expansions to avoid re-splitting elements. (ShellCheck.SC2068)
|
config.sample.sh#L1
[shellcheck] reported by reviewdog 🐶
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Raw Output:
./config.sample.sh:1:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. (ShellCheck.SC2148)
|
|
zfs-replicate.sh#L17
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./zfs-replicate.sh:17:26: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
zfs-replicate.sh#L21
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values.
Raw Output:
./zfs-replicate.sh:21:23: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
|
zfs-replicate.sh#L21
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./zfs-replicate.sh:21:42: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
zfs-replicate.sh#L24
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values.
Raw Output:
./zfs-replicate.sh:24:23: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
|
zfs-replicate.sh#L24
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./zfs-replicate.sh:24:42: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
zfs-replicate.sh#L28
[shellcheck] reported by reviewdog 🐶
$/${} is unnecessary on arithmetic variables.
Raw Output:
./zfs-replicate.sh:28:14: info: $/${} is unnecessary on arithmetic variables. (ShellCheck.SC2004)
|
zfs-replicate.sh#L30
[shellcheck] reported by reviewdog 🐶
Instead of 'let expr', prefer (( expr )) .
Raw Output:
./zfs-replicate.sh:30:9: info: Instead of 'let expr', prefer (( expr )) . (ShellCheck.SC2219)
|
zfs-replicate.sh#L35
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./zfs-replicate.sh:35:10: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
zfs-replicate.sh#L35
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./zfs-replicate.sh:35:22: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
zfs-replicate.sh#L41
[shellcheck] reported by reviewdog 🐶
$/${} is unnecessary on arithmetic variables.
Raw Output:
./zfs-replicate.sh:41:19: info: $/${} is unnecessary on arithmetic variables. (ShellCheck.SC2004)
|
This job failed
Loading