summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-18 08:28:06 +0000
committerrillig <rillig@pkgsrc.org>2005-05-18 08:28:06 +0000
commit859bc7f97443a180af99480ab88f3f23b973de43 (patch)
tree1396b3e90ac046299a250e9d81e33587cb30b17e /pkgtools/pkglint/TODO
parenta5d1a65835aec1a78565f6abc256909f38742093 (diff)
downloadpkgsrc-859bc7f97443a180af99480ab88f3f23b973de43.tar.gz
Removed the check for absolute filenames, as it has produced too many
false positive warnings. Added a reminder to TODO that a similar check be added to pkglint. Welcome to 4.15.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r--pkgtools/pkglint/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index e539900002b..9e8a67ab3f4 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -9,3 +9,4 @@
* check for C/C++ style comments in Makefiles
rm -f *.o /* delete unused files */
.ifdef foo /* xyz */
+* add checking for absolute paths