summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-02 22:48:13 +0000
committerrillig <rillig@pkgsrc.org>2005-12-02 22:48:13 +0000
commit714c2498e88c779bbcbb5c8196d30c1ef2de99c4 (patch)
tree145104480fab6a410883e6c9626df0dcf828c96a /pkgtools
parent168ea75a2590e599c0572c7d0bb8018bb0cfc230 (diff)
downloadpkgsrc-714c2498e88c779bbcbb5c8196d30c1ef2de99c4.tar.gz
* check that all values used for the PKG_OPTIONS are documented in
mk/defaults/options.description. Requested by Antoine Reilles via private mail.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 096dce63677..36774e98d34 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -22,3 +22,6 @@
- security holes,
- coding style violations,
- possible unportable constructs
+* check that all values used for the PKG_OPTIONS are documented in
+ mk/defaults/options.description. Requested by Antoine Reilles via
+ private mail.