mirror of
https://github.com/radareorg/radare2
synced 2026-08-22 20:23:32 -04:00
Ignore the =0 lint in comments
This commit is contained in:
parent
9819cf82b3
commit
e541609026
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ cd "$(dirname $0)"/..
|
|||
|
||||
(git grep -i unkown libr ) && exit 1
|
||||
|
||||
(git grep '=0' libr| grep c:|grep -v '"' |grep -v '=0x') && exit 1
|
||||
(git grep '=0' libr| grep c:|grep -v '"' |grep -v '//' | grep -v '=0x') && exit 1
|
||||
(git grep '=1' libr| grep c:|grep -v '"' |grep -v '//') && exit 1
|
||||
(git grep -n 'eprintf' libr | grep 'Error:') && exit 1
|
||||
(git grep -n 'x ""' libr) && exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue