summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO6
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