diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-24 10:18:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-24 10:18:50 +0000 |
commit | f468c4d5c8910430b5945157b2ce38fa9168603c (patch) | |
tree | a17d724a2f0bd1004604c3eb1fa5508de2fb5d5a | |
parent | 556eb8885aa7293f8d15c53cfe8ac4d118a5d26f (diff) | |
download | pkgsrc-f468c4d5c8910430b5945157b2ce38fa9168603c.tar.gz |
Implemented the --explain option and the checks for CPP macros in patch
files. New TODO items:
* extract the DISTFILES if they exist and check all files in them for:
- security holes,
- coding style violations,
- possible unportable constructs
-rw-r--r-- | pkgtools/pkglint/TODO | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index e1209cab00d..24e569b8d0b 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,7 +1,6 @@ * --autofix * fix false positive warnings * quoting check for Makefile variables -* -E/--explain * check for absolute paths * check for direct use of /usr/pkgsrc etc. * check for direct use of *DIR @@ -20,4 +19,7 @@ * warn about the use of ${WRKDIR:=...}, as this construct should only be used with lists. * mention the SUBST framework whenever ${SED} is used. -* warn about unportable CPP macros in patches. +* extract the DISTFILES if they exist and check all files in them for: + - security holes, + - coding style violations, + - possible unportable constructs |