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

@ -176,4 +176,4 @@ jobs:
# we allow some extra in source code
- name: 'badwords'
run: grep -Ev '(\\bwill| url | dir )' .github/scripts/badwords.txt | .github/scripts/badwords.pl src lib include
run: grep -Ev '(\\bwill)' .github/scripts/badwords.txt | .github/scripts/badwords.pl src lib include