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:
parent
556eb8885a
commit
f468c4d5c8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue