mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
badwords: fix issues found in tests
There remain some false positives, hits in test data, and `dir` use, around 100 issues in total. There is no plan to enforce badwords on tests. Also: - badwords.txt: let a few `manpage[s]` occurrences through (in Perl code). Closes #19541
This commit is contained in:
parent
f0de14168a
commit
a87383828e
247 changed files with 594 additions and 595 deletions
|
|
@ -21,7 +21,7 @@ http
|
|||
</server>
|
||||
<setenv>
|
||||
#
|
||||
# Set a home that doesn't have a ".ipfs" folder. %PWD should be good.
|
||||
# Set a home that does not have a ".ipfs" folder. %PWD should be good.
|
||||
# This is to prevent the automatic gateway detection from finding a gateway file in your home folder.
|
||||
HOME=%PWD
|
||||
</setenv>
|
||||
|
|
@ -34,7 +34,7 @@ ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
|
|||
</client>
|
||||
|
||||
#
|
||||
# Verify with no gateway url and no auto detection
|
||||
# Verify with no gateway URL and no auto detection
|
||||
<verify>
|
||||
<errorcode>
|
||||
37
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue