Revision c7d22c5d
tools/patcheck | ||
---|---|---|
84 | 84 |
hiegrep '(:\+|,|;)( *|static|\*)*'"$ERE_PRITYP"' *(src|source|input|in)([0-9A-Z_][0-9A-Za-z_]*){1,} *\[' 'missing const (test2)?' $* |
85 | 85 |
hiegrep ' *static *'"$ERE_FUNCS"'[^)]*\);' 'static prototype, maybe you should reorder your functions' $* |
86 | 86 |
hiegrep '@file: *[a-zA-Z0-9_]' 'doxy filetag with filename can in the future cause problems when forgotten during a rename' $* |
87 |
hiegrep '\bassert' 'Please use av_assert0, av_assert1 or av_assert2' $* |
|
87 | 88 |
|
88 | 89 |
hiegrep2 '\.long_name *=' 'NULL_IF_CONFIG_SMAL' 'missing NULL_IF_CONFIG_SMAL' $* |
89 | 90 |
hiegrep2 '\.pix_fmts *= *\(' 'const' 'missing const for pix_fmts array' $* |
Also available in: Unified diff