Add shellcheck to PR workflow #245
Merged
Annotations
10 errors and 10 warnings
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
|
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 \
|
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" \
|
grml-debootstrap#L876
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:876:- 0 0 $MIRROR)"
grml-debootstrap:876:+ 0 0 "$MIRROR")"
|
grml-debootstrap#L882
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:882:- 0 0 $ISO)"
grml-debootstrap:882:+ 0 0 "$ISO")"
|
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
|
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/
|
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}" \
|
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
|
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/
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
The logs for this run have expired and are no longer available.
Loading