pkgsrc/pkgtools/pkglint/TODO

18 lines
573 B
Text
Raw Normal View History

2005-05-25 15:12:10 +02:00
* fatal error if RMD160 missing
2005-04-30 13:50:42 +02:00
* --autofix
* pkglint <package>...
* fix false positive warnings
* @deprecated_variables
* add checks for buildlink3.mk files
* stricter type checking
* quoting check for Makefile variables
2005-05-06 00:59:18 +02:00
* -E/--explain
* check for C/C++ style comments in Makefiles
rm -f *.o /* delete unused files */
.ifdef foo /* xyz */
* check for absolute paths
* check for direct use of /usr/pkgsrc etc.
* check dir direct use of *DIR
* in dependency lines check for ../../category/package, not ../package
* make all pathnames relative to the current directory