Add shellcheck to PR workflow #5
Triggered via pull request
November 17, 2023 15:52
Status
Failure
Total duration
14m 37s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr-review.yml
on: pull_request
shellcheck grml-debootstrap
10s
shellcheck test scripts
5s
Annotations
10 errors and 10 warnings
shellcheck grml-debootstrap
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
shellcheck grml-debootstrap:
grml-debootstrap#L810
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:810:- RELEASE="$(dialog --stdout --title "${PN}" --default-item $DEFAULT_RELEASE --menu \
grml-debootstrap:810:+ RELEASE="$(dialog --stdout --title "${PN}" --default-item "$DEFAULT_RELEASE" --menu \
|
shellcheck grml-debootstrap:
grml-debootstrap#L865
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:865:- CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item $DEFAULT_MIRROR \
grml-debootstrap:865:+ CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item "$DEFAULT_MIRROR" \
|
shellcheck grml-debootstrap:
grml-debootstrap#L876
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:876:- 0 0 $MIRROR)"
grml-debootstrap:876:+ 0 0 "$MIRROR")"
|
shellcheck grml-debootstrap:
grml-debootstrap#L882
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:882:- 0 0 $ISO)"
grml-debootstrap:882:+ 0 0 "$ISO")"
|
shellcheck grml-debootstrap:
grml-debootstrap#L1845
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1845:- cp $VERBOSE "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
grml-debootstrap:1845:+ cp "$VERBOSE" "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
|
shellcheck grml-debootstrap:
grml-debootstrap#L1850
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1850:- cp $VERBOSE "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/
grml-debootstrap:1850:+ cp "$VERBOSE" "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/
|
shellcheck grml-debootstrap:
grml-debootstrap#L1869
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1869:- cp $VERBOSE "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
grml-debootstrap:1869:+ cp "$VERBOSE" "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
|
shellcheck grml-debootstrap:
grml-debootstrap#L1876
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1876:- cp $VERBOSE "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
grml-debootstrap:1876:+ cp "$VERBOSE" "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
|
shellcheck grml-debootstrap:
grml-debootstrap#L1882
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1882:- cp -a $VERBOSE "${_opt_chroot_scripts}"/* "${MNTPOINT}"/etc/debootstrap/chroot-scripts/
grml-debootstrap:1882:+ cp -a "$VERBOSE" "${_opt_chroot_scripts}"/* "${MNTPOINT}"/etc/debootstrap/chroot-scripts/
|
shellcheck grml-debootstrap:
chroot-script#L263
[shellcheck] reported by reviewdog 🐶
Possible misspelling: PACKAGES may not be assigned. Did you mean KPACKAGE? [SC2153](https://github.com/koalaman/shellcheck/wiki/SC2153)
Raw Output:
./chroot-script:263:9:info:Possible misspelling: PACKAGES may not be assigned. Did you mean KPACKAGE? [SC2153](https://github.com/koalaman/shellcheck/wiki/SC2153)
|
shellcheck grml-debootstrap:
grml-debootstrap#L810
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:810:61:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L865
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:865:64:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L876
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:876:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L882
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:882:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L1845
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1845:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L1850
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1850:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L1869
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1869:8:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L1876
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1876:8:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck grml-debootstrap:
grml-debootstrap#L1882
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1882:11:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|