You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
tools/patcheck: fix misdetection with stuff like const_names
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -50,7 +50,7 @@ hiegrep2 '\b_[a-zA-Z0-9_]{1,}' '__(asm|attribute)([^a-zA-Z0-9]|$)' 'reserved ide
|
|||||||
hiegrep '//[-/<\* ]*$' 'empty comment' $*
|
hiegrep '//[-/<\* ]*$' 'empty comment' $*
|
||||||
hiegrep '/\*[-<\* ]*\*/' 'empty comment' $*
|
hiegrep '/\*[-<\* ]*\*/' 'empty comment' $*
|
||||||
hiegrep 'for *\( *'"$ERE_PRITYP"' ' 'not gcc 2.95 compatible' $*
|
hiegrep 'for *\( *'"$ERE_PRITYP"' ' 'not gcc 2.95 compatible' $*
|
||||||
hiegrep '(static|inline|const) *\1' 'duplicate word' $*
|
hiegrep '(static|inline|const) *\1[^_a-zA-Z]' 'duplicate word' $*
|
||||||
hiegrep 'INIT_VLC_USE_STATIC' 'forbidden ancient vlc type' $*
|
hiegrep 'INIT_VLC_USE_STATIC' 'forbidden ancient vlc type' $*
|
||||||
hiegrep '=[-+\*\&] ' 'looks like compound assignment' $*
|
hiegrep '=[-+\*\&] ' 'looks like compound assignment' $*
|
||||||
hiegrep2 '/\*\* *[a-zA-Z0-9].*' '\*/' 'Inconsistently formatted doxygen comment' $*
|
hiegrep2 '/\*\* *[a-zA-Z0-9].*' '\*/' 'Inconsistently formatted doxygen comment' $*
|
||||||
|
Reference in New Issue
Block a user