1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts/libmakepkg/lint_pkgbuild
Allan McRae 23f128ad5e lint_pkgbuild/variable: increase robustness
Approach the detection of variables of the wrong type using an approach
similar to that used for construction of .SRCINFO files. While doing silly
things in bash could still result in false negatives, this approach should
be very robust to generatinf false positives results.

Signed-off-by: Allan McRae <allan@archlinux.org>
2015-11-23 16:03:33 +10:00
..
arch.sh.in lint_pkgbuild: explicitly return value 2015-11-23 11:13:39 +10:00
backup.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
changelog.sh.in lint_pkgbuild: explicitly return value 2015-11-23 11:13:39 +10:00
epoch.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
install.sh.in lint_pkgbuild: explicitly return value 2015-11-23 11:13:39 +10:00
optdepends.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
options.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
package_function.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
pkgbase.sh.in lint_pkgbuild: explicitly return value 2015-11-23 11:13:39 +10:00
pkglist.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
pkgname.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
pkgrel.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
pkgver.sh.in libmakepkg: fix pkgver checking 2015-10-27 20:44:57 +10:00
provides.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
source.sh.in Refactor lint_source to work with earlier versions of Bash 2015-11-05 11:55:17 +10:00
util.sh.in lint_pkgbuild: explicitly return value 2015-11-23 11:13:39 +10:00
variable.sh.in lint_pkgbuild/variable: increase robustness 2015-11-23 16:03:33 +10:00