Skip to content

add shfmt and shellcheck status checks #17

add shfmt and shellcheck status checks

add shfmt and shellcheck status checks #17

Triggered via pull request August 23, 2024 22:29
Status Failure
Total duration 21s
Artifacts

status-checks.yaml

on: pull_request
runner / shfmt
8s
runner / shfmt
runner / shellcheck
11s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
runner / shfmt
Process completed with exit code 1.
runner / 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
runner / shellcheck
Process completed with exit code 2.
runner / shellcheck: zfs-replicate.sh#L11
[shellcheck] reported by reviewdog 🐶 MODE_PULL appears unused. Verify use (or export if used externally). Raw Output: ./zfs-replicate.sh:11:10: warning: MODE_PULL appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
runner / shellcheck: zfs-replicate.sh#L13
[shellcheck] reported by reviewdog 🐶 TYPE_LOCAL appears unused. Verify use (or export if used externally). Raw Output: ./zfs-replicate.sh:13:10: warning: TYPE_LOCAL appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
runner / shellcheck: zfs-replicate.sh#L138
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./zfs-replicate.sh:138:80: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: zfs-replicate.sh#L139
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./zfs-replicate.sh:139:10: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: zfs-replicate.sh#L139
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./zfs-replicate.sh:139:32: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: zfs-replicate.sh#L140
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./zfs-replicate.sh:140:11: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
runner / shellcheck: zfs-replicate.sh#L140
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./zfs-replicate.sh:140:63: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: zfs-replicate.sh#L142
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./zfs-replicate.sh:142:9: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
runner / shellcheck: zfs-replicate.sh#L142
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./zfs-replicate.sh:142:61: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: zfs-replicate.sh#L145
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./zfs-replicate.sh:145:32: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)