mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:33:33 +03:00
parent
1f1fc27c15
commit
a4703dac13
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ my %warnings = (
|
|||
'MULTISPACE' => 'multiple spaces used when not suitable',
|
||||
'NOSPACEEQUALS' => 'equals sign without preceding space',
|
||||
'NOSPACEQ' => 'missing space around ternary question mark operator',
|
||||
'NOSPACETHAN' => 'missing space aground less or greater than',
|
||||
'NOSPACETHAN' => 'missing space around less or greater than',
|
||||
'NOTEQUALSZERO', => 'if/while comparison with != 0',
|
||||
'ONELINECONDITION' => 'conditional block on the same line as the if()',
|
||||
'OPENCOMMENT' => 'file ended with a /* comment still "open"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue