Skip to content

fixup status checks (#35) #21

fixup status checks (#35)

fixup status checks (#35) #21

Triggered via push August 24, 2024 17:01
Status Failure
Total duration 25s
Artifacts
runner / misspell
15s
runner / misspell
runner / typos
8s
runner / typos
runner / markdownlint
16s
runner / markdownlint
runner / shfmt
5s
runner / shfmt
runner / shellcheck
4s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 23 warnings
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: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck
Process completed with exit code 1.
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shellcheck: 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)
runner / shfmt
Unexpected input(s) 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
runner / typos: README.md#L80
[typos] reported by reviewdog 🐶 `prefered` should be `preferred` Raw Output: {"message":"`prefered` should be `preferred`","location":{"path":"./README.md","range":{"start":{"line":80,"column":19},"end":{"line":80,"column":27}}},"suggestions":[{"text":"preferred","range":{"start":{"line":80,"column":19},"end":{"line":80,"column":27}}}]}
runner / typos: config.sample.sh#L58
[typos] reported by reviewdog 🐶 `prefered` should be `preferred` Raw Output: {"message":"`prefered` should be `preferred`","location":{"path":"./config.sample.sh","range":{"start":{"line":58,"column":19},"end":{"line":58,"column":27}}},"suggestions":[{"text":"preferred","range":{"start":{"line":58,"column":19},"end":{"line":58,"column":27}}}]}
runner / typos: zfs-replicate.sh#L120
[typos] reported by reviewdog 🐶 `inremental` should be `incremental` Raw Output: {"message":"`inremental` should be `incremental`","location":{"path":"./zfs-replicate.sh","range":{"start":{"line":120,"column":56},"end":{"line":120,"column":66}}},"suggestions":[{"text":"incremental","range":{"start":{"line":120,"column":56},"end":{"line":120,"column":66}}}]}
runner / misspell: config.sample.sh#L58
[misspell] reported by reviewdog 🐶 "prefered" is a misspelling of "preferred" Raw Output: ./config.sample.sh:58:18: "prefered" is a misspelling of "preferred"
runner / misspell: README.md#L80
[misspell] reported by reviewdog 🐶 "prefered" is a misspelling of "preferred" Raw Output: ./README.md:80:18: "prefered" is a misspelling of "preferred"
runner / markdownlint: README.md#L5
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 115] Raw Output: README.md:5:81 MD013/line-length Line length [Expected: 80; Actual: 115]
runner / markdownlint: README.md#L10
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 117] Raw Output: README.md:10:81 MD013/line-length Line length [Expected: 80; Actual: 117]
runner / markdownlint: README.md#L11
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 106] Raw Output: README.md:11:81 MD013/line-length Line length [Expected: 80; Actual: 106]
runner / markdownlint: README.md#L13
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 123] Raw Output: README.md:13:81 MD013/line-length Line length [Expected: 80; Actual: 123]
runner / markdownlint: README.md#L18
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 162] Raw Output: README.md:18:81 MD013/line-length Line length [Expected: 80; Actual: 162]
runner / markdownlint: README.md#L23
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 199] Raw Output: README.md:23:81 MD013/line-length Line length [Expected: 80; Actual: 199]
runner / markdownlint: README.md#L110
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 118] Raw Output: README.md:110:81 MD013/line-length Line length [Expected: 80; Actual: 118]