mirror of
https://github.com/curl/curl.git
synced 2026-04-15 04:01:41 +03:00
- badwords.pl: add `-a` option to check all lines in source code files. Before this patch indented lines were skipped (to avoid Markdown code fences.) - GHA/checksrc: use `-a` when verifying the source code. - GHA/checksrc: disable `So` and `But` rules for source code. - GHA/checksrc: add docs/examples to the verified sources. - badwords.txt: delete 4 duplicates. - badwords.txt: group and sort contractions. - badwords.txt: allow ` url = `, `DIR`, `<file name`. Closes #19536
79 lines
1.5 KiB
Text
79 lines
1.5 KiB
Text
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
#
|
|
back-end:backend
|
|
\be-mail[^/]:email
|
|
run-time:runtime
|
|
set-up:setup
|
|
tool chain:toolchain
|
|
tool-chain:toolchain
|
|
wild-card:wildcard
|
|
wild card:wildcard
|
|
\bit's:it is
|
|
aren't:are not
|
|
can't:cannot
|
|
could've:could have
|
|
couldn't:could not
|
|
didn't:did not
|
|
doesn't:does not
|
|
don't=do not
|
|
i'm:I am
|
|
isn't:is not
|
|
it'd:it would
|
|
should've:should have
|
|
that's:that is
|
|
there's:there is
|
|
they'd:They would
|
|
they'll:They will
|
|
they're:They are
|
|
they've:They have
|
|
we'd:we would
|
|
we'll:we will
|
|
we're:we are
|
|
we've:we have
|
|
won't:will not
|
|
you'd:you would
|
|
you'll:you will
|
|
you're:you are
|
|
you've:you have
|
|
a html: an html
|
|
a http: an http
|
|
a ftp: an ftp
|
|
a IPv4: an IPv4
|
|
a IPv6: an IPv6
|
|
url [^=]=URL
|
|
[^/]internet\b=Internet
|
|
isation:ization
|
|
[^.]\. And: Rewrite it somehow?
|
|
^(And|So|But) = Rewrite it somehow?
|
|
\. But: Rewrite it somehow?
|
|
\. So : Rewrite without "so" ?
|
|
dir [^=]=directory
|
|
Dir [^=]=Directory
|
|
sub-director:subdirector
|
|
web page:webpage
|
|
host name\b:hostname
|
|
host names\b:hostnames
|
|
[^;<]file name\b:filename
|
|
file names\b:filenames
|
|
\buser name\b:username
|
|
\buser names\b:usernames
|
|
\bpass phrase:passphrase
|
|
\bwill\b:rewrite to present tense
|
|
\b32bit=32-bit
|
|
\b64bit=64-bit
|
|
32 bit\b=32-bit
|
|
64 bit\b=64-bit
|
|
64-bits:64 bits or 64-bit
|
|
32-bits:32 bits or 32-bit
|
|
\bvery\b:rephrase using an alternative word
|
|
\bCurl\b=curl
|
|
\bcURL\b=curl
|
|
\bLibcurl\b=libcurl
|
|
\bLibCurl\b=libcurl
|
|
---WWW::Curl
|
|
---NET::Curl
|
|
---Curl Corporation
|
|
\bmanpages[^./&:-]:man pages
|
|
\bmanpage[^si./&:-]:man page
|