summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
blob: 537574d5e9ee02a0c6f7f1d5d7dfbb43c9aa65c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* fatal error if RMD160 missing
* --autofix
* pkglint <package>...
* fix false positive warnings
* @deprecated_variables
* add checks for buildlink3.mk files
* stricter type checking
* quoting check for Makefile variables
* -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