badwords: fix two exceptions and drop them

Also:
- extend `dir` rule to exclude C assignments.

Closes #19532
This commit is contained in:
Viktor Szakats 2025-11-14 16:58:05 +01:00
parent f3095f0dbd
commit af4c789e00
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
13 changed files with 27 additions and 27 deletions

View file

@ -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,