Implemented the --explain option and the checks for CPP macros in patch

files. New TODO items:

* extract the DISTFILES if they exist and check all files in them for:
  - security holes,
  - coding style violations,
  - possible unportable constructs
This commit is contained in:
rillig 2005-11-24 10:18:50 +00:00
parent 556eb8885a
commit f468c4d5c8

View file

@ -1,7 +1,6 @@
* --autofix
* fix false positive warnings
* quoting check for Makefile variables
* -E/--explain
* check for absolute paths
* check for direct use of /usr/pkgsrc etc.
* check for direct use of *DIR
@ -20,4 +19,7 @@
* warn about the use of ${WRKDIR:=...}, as this construct should only
be used with lists.
* mention the SUBST framework whenever ${SED} is used.
* warn about unportable CPP macros in patches.
* extract the DISTFILES if they exist and check all files in them for:
- security holes,
- coding style violations,
- possible unportable constructs