summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-14 12:32:58 +0000
committerrillig <rillig@pkgsrc.org>2005-11-14 12:32:58 +0000
commit5b6ded4f08732eb3500b0fa5fd2f4aa095ffe31e (patch)
tree688cdd70fcc8f606303c51f2588ef6c00d8b7c9b /pkgtools/pkglint/TODO
parent6f16fd47e3ea042d9f95cb2605888cc0bc958078 (diff)
downloadpkgsrc-5b6ded4f08732eb3500b0fa5fd2f4aa095ffe31e.tar.gz
The readmakefile() subroutine only returns the lines of the main Makefile
in the $all_lines parameter, but the whole text of the included files in the $whole parameter. This change avoids duplicate diagnostics for *.mk and Makefile* in the package directory. A side effect is that package authors only get the diagnostics they can probably fix, as diagnostics from included files are not given.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r--pkgtools/pkglint/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 1d8db6a0714..bcec089ef23 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -17,4 +17,3 @@
${WRKSRC}. When that is finished, add a warning that using ${XARGS}
is insecure.
* detect spelling errors (like CONFLICT => CONFLICTS)
-* avoid duplicate warnings.