mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:23:32 +03:00
badwords: fix two exceptions and drop them
Also: - extend `dir` rule to exclude C assignments. Closes #19532
This commit is contained in:
parent
f3095f0dbd
commit
af4c789e00
13 changed files with 27 additions and 27 deletions
|
|
@ -56,7 +56,7 @@ typedef enum {
|
|||
VAR_INPUT_URLQUERY,
|
||||
VAR_INPUT_URLFRAGMENT,
|
||||
VAR_INPUT_URLZONEID,
|
||||
/* the same ones again for url *effective* */
|
||||
/* the same ones again for URL *effective* */
|
||||
VAR_INPUT_URLESCHEME, /* keep this the first URLE* variable */
|
||||
VAR_INPUT_URLEUSER,
|
||||
VAR_INPUT_URLEPASSWORD,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue