Merge new updates into main branch #30
status-checks.yaml
on: pull_request
runner / misspell
19s
runner / typos
8s
runner / markdownlint
20s
runner / shfmt
7s
runner / shellcheck
7s
Annotations
4 errors and 19 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:
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 2.
|
runner / shfmt
Unexpected input(s) 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
|
runner / shellcheck:
get-last-status.sh#L20
[shellcheck] reported by reviewdog 🐶
Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.
Raw Output:
./get-last-status.sh:20:19: warning: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames. (ShellCheck.SC2010)
|
runner / shellcheck:
get-last-status.sh#L21
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./get-last-status.sh:21:31: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / shellcheck:
zfs-replicate.sh#L19
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values.
Raw Output:
./zfs-replicate.sh:19:23: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
|
runner / shellcheck:
zfs-replicate.sh#L22
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values.
Raw Output:
./zfs-replicate.sh:22:23: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
|
runner / shellcheck:
zfs-replicate.sh#L39
[shellcheck] reported by reviewdog 🐶
$/${} is unnecessary on arithmetic variables.
Raw Output:
./zfs-replicate.sh:39:19: info: $/${} is unnecessary on arithmetic variables. (ShellCheck.SC2004)
|
runner / shellcheck:
zfs-replicate.sh#L41
[shellcheck] reported by reviewdog 🐶
Instead of 'let expr', prefer (( expr )) .
Raw Output:
./zfs-replicate.sh:41:13: info: Instead of 'let expr', prefer (( expr )) . (ShellCheck.SC2219)
|
runner / shellcheck:
zfs-replicate.sh#L50
[shellcheck] reported by reviewdog 🐶
exit_clean references arguments, but none are ever passed.
Raw Output:
./zfs-replicate.sh:50:1: warning: exit_clean references arguments, but none are ever passed. (ShellCheck.SC2120)
|
runner / shellcheck:
zfs-replicate.sh#L52
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./zfs-replicate.sh:52:32: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / shellcheck:
zfs-replicate.sh#L67
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./zfs-replicate.sh:67:32: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / shellcheck:
zfs-replicate.sh#L84
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values.
Raw Output:
./zfs-replicate.sh:84:15: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
|
runner / markdownlint:
README.md#L12
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 165]
Raw Output:
README.md:12:81 MD013/line-length Line length [Expected: 80; Actual: 165]
|
runner / markdownlint:
README.md#L15
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 273]
Raw Output:
README.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 273]
|
runner / markdownlint:
README.md#L16
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 91]
Raw Output:
README.md:16:81 MD013/line-length Line length [Expected: 80; Actual: 91]
|
runner / markdownlint:
README.md#L21
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 207]
Raw Output:
README.md:21:81 MD013/line-length Line length [Expected: 80; Actual: 207]
|
runner / markdownlint:
README.md#L23
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 169]
Raw Output:
README.md:23:81 MD013/line-length Line length [Expected: 80; Actual: 169]
|
runner / markdownlint:
README.md#L27
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 162]
Raw Output:
README.md:27:81 MD013/line-length Line length [Expected: 80; Actual: 162]
|
runner / markdownlint:
README.md#L32
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 198]
Raw Output:
README.md:32:81 MD013/line-length Line length [Expected: 80; Actual: 198]
|
runner / markdownlint:
README.md#L137
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 98]
Raw Output:
README.md:137:81 MD013/line-length Line length [Expected: 80; Actual: 98]
|