Merge new updates into main branch #25
Annotations
7 errors and 10 warnings
zfs-replicate.sh#L269
[shellcheck] reported by reviewdog 🐶
Couldn't parse this for loop. Fix to allow more checks.
Raw Output:
./zfs-replicate.sh:269:5: error: Couldn't parse this for loop. Fix to allow more checks. (ShellCheck.SC1073)
|
zfs-replicate.sh#L269
[shellcheck] reported by reviewdog 🐶
Couldn't find 'done' for this 'do'.
Raw Output:
./zfs-replicate.sh:269:33: error: Couldn't find 'done' for this 'do'. (ShellCheck.SC1061)
|
zfs-replicate.sh#L378
[shellcheck] reported by reviewdog 🐶
Expected 'done' matching previously mentioned 'do'.
Raw Output:
./zfs-replicate.sh:378:9: error: Expected 'done' matching previously mentioned 'do'. (ShellCheck.SC1062)
|
zfs-replicate.sh#L378
[shellcheck] reported by reviewdog 🐶
Unexpected keyword/token. Fix any mentioned problems and try again.
Raw Output:
./zfs-replicate.sh:378:14: error: Unexpected keyword/token. Fix any mentioned problems and try again. (ShellCheck.SC1072)
|
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)
|
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
|
|
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)
|
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)
|
zfs-replicate.sh#L263
[shellcheck] reported by reviewdog 🐶
The mentioned syntax error was in this brace group.
Raw Output:
./zfs-replicate.sh:263:11: info: The mentioned syntax error was in this brace group. (ShellCheck.SC1009)
|
config.sample.sh#L12
[shellcheck] reported by reviewdog 🐶
MODE appears unused. Verify use (or export if used externally).
Raw Output:
./config.sample.sh:12:1: warning: MODE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
config.sample.sh#L18
[shellcheck] reported by reviewdog 🐶
TYPE appears unused. Verify use (or export if used externally).
Raw Output:
./config.sample.sh:18:1: warning: TYPE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
config.sample.sh#L27
[shellcheck] reported by reviewdog 🐶
REPLICATE_SETS appears unused. Verify use (or export if used externally).
Raw Output:
./config.sample.sh:27:1: warning: REPLICATE_SETS appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
config.sample.sh#L32
[shellcheck] reported by reviewdog 🐶
RECURSE_CHILDREN appears unused. Verify use (or export if used externally).
Raw Output:
./config.sample.sh:32:1: warning: RECURSE_CHILDREN appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
config.sample.sh#L42
[shellcheck] reported by reviewdog 🐶
ALLOW_REPLICATE_FROM_SCRATCH appears unused. Verify use (or export if used externally).
Raw Output:
./config.sample.sh:42:1: warning: ALLOW_REPLICATE_FROM_SCRATCH appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
config.sample.sh#L49
[shellcheck] reported by reviewdog 🐶
ALLOW_ROOT_DATASETS appears unused. Verify use (or export if used externally).
Raw Output:
./config.sample.sh:49:1: warning: ALLOW_ROOT_DATASETS appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
config.sample.sh#L53
[shellcheck] reported by reviewdog 🐶
SNAP_KEEP appears unused. Verify use (or export if used externally).
Raw Output:
./config.sample.sh:53:1: warning: SNAP_KEEP appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
This job failed
Loading