implement clean_chroot, #49
Annotations
10 errors and 10 warnings
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.saobby.my.eu.orgmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
shellcheck:
grml-debootstrap#L818
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:818:- RELEASE="$(dialog --stdout --title "${PN}" --default-item $DEFAULT_RELEASE --menu \
grml-debootstrap:818:+ RELEASE="$(dialog --stdout --title "${PN}" --default-item "$DEFAULT_RELEASE" --menu \
|
shellcheck:
grml-debootstrap#L870
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:870:- CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item $DEFAULT_MIRROR \
grml-debootstrap:870:+ CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item "$DEFAULT_MIRROR" \
|
shellcheck:
grml-debootstrap#L880
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:880:- 0 0 $MIRROR)" || bailout
grml-debootstrap:880:+ 0 0 "$MIRROR")" || bailout
|
shellcheck:
grml-debootstrap#L886
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:886:- 0 0 $ISO)" || bailout
grml-debootstrap:886:+ 0 0 "$ISO")" || bailout
|
shellcheck:
grml-debootstrap#L1853
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:1853:- cp $VERBOSE "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
grml-debootstrap:1853:+ cp "$VERBOSE" "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
|
shellcheck:
grml-debootstrap#L1858
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:1858:- cp $VERBOSE "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/
grml-debootstrap:1858:+ cp "$VERBOSE" "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/
|
shellcheck:
grml-debootstrap#L1877
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:1877:- cp $VERBOSE "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
grml-debootstrap:1877:+ cp "$VERBOSE" "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
|
shellcheck:
grml-debootstrap#L1884
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:1884:- cp $VERBOSE "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
grml-debootstrap:1884:+ cp "$VERBOSE" "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
|
shellcheck:
grml-debootstrap#L1890
[shellcheck (suggestion)] reported by reviewdog ๐ถ
Raw Output:
grml-debootstrap:1890:- cp -a $VERBOSE "${_opt_chroot_scripts}"/* "${MNTPOINT}"/etc/debootstrap/chroot-scripts/
grml-debootstrap:1890:+ cp -a "$VERBOSE" "${_opt_chroot_scripts}"/* "${MNTPOINT}"/etc/debootstrap/chroot-scripts/
|
shellcheck:
chroot-script#L271
[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:271:9:info:Possible misspelling: PACKAGES may not be assigned. Did you mean KPACKAGE? [SC2153](https://github.com/koalaman/shellcheck/wiki/SC2153)
|
shellcheck:
grml-debootstrap#L299
[shellcheck] reported by reviewdog ๐ถ
Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
Raw Output:
./grml-debootstrap:299:37:info:Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
|
shellcheck:
grml-debootstrap#L304
[shellcheck] reported by reviewdog ๐ถ
Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
Raw Output:
./grml-debootstrap:304:39:info:Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
|
shellcheck:
grml-debootstrap#L818
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:818:61:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
grml-debootstrap#L870
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:870:64:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
grml-debootstrap#L880
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:880:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
grml-debootstrap#L886
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:886:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
grml-debootstrap#L1853
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1853:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
grml-debootstrap#L1858
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1858:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
grml-debootstrap#L1877
[shellcheck] reported by reviewdog ๐ถ
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1877:8:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
Loading