mirror of
https://github.com/curl/curl.git
synced 2026-08-04 20:16:15 +03:00
tests: checksrc compliance
This commit is contained in:
parent
d00f2a8f2e
commit
c2402b6e02
4 changed files with 6 additions and 3 deletions
|
|
@ -57,7 +57,8 @@ my %warnings = (
|
|||
'UNUSEDIGNORE' => 'a warning ignore was not used',
|
||||
'OPENCOMMENT' => 'file ended with a /* comment still "open"',
|
||||
'ASTERISKSPACE' => 'pointer declared with space after asterisk',
|
||||
'ASTERISKNOSPACE' => 'pointer declared without space before asterisk'
|
||||
'ASTERISKNOSPACE' => 'pointer declared without space before asterisk',
|
||||
'ASSIGNWITHINCONDITION' => 'assignment within conditional expression'
|
||||
);
|
||||
|
||||
sub readwhitelist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue