mirror of
https://github.com/curl/curl.git
synced 2026-04-18 01:01:40 +03:00
GHA: detect and warn for more English contractions
As we try to avoid them in curl documentation Closes #13940
This commit is contained in:
parent
3841569ec8
commit
ea12afd5ea
5 changed files with 138 additions and 129 deletions
14
.github/scripts/badwords.txt
vendored
14
.github/scripts/badwords.txt
vendored
|
|
@ -12,13 +12,24 @@ wild-card:wildcard
|
|||
wild card:wildcard
|
||||
i'm:I am
|
||||
you've:You have
|
||||
we've:we have
|
||||
we're:we are
|
||||
we'll:we will
|
||||
we'd:we would
|
||||
they've:They have
|
||||
they're:They are
|
||||
they'll:They will
|
||||
they'd:They would
|
||||
you've:you have
|
||||
you'd:you would
|
||||
you'll:you will
|
||||
you're:you are
|
||||
should've:should have
|
||||
don't:do not
|
||||
could've:could have
|
||||
doesn't:does not
|
||||
isn't:is not
|
||||
aren't:are not
|
||||
a html: an html
|
||||
a http: an http
|
||||
a ftp: an ftp
|
||||
|
|
@ -26,14 +37,13 @@ isn't:is not
|
|||
internet\b=Internet
|
||||
isation:ization
|
||||
it's:it is
|
||||
it'd:it would
|
||||
there's:there is
|
||||
[^.]\. And: Rewrite it somehow?
|
||||
^(And|So|But) = Rewrite it somehow?
|
||||
\. But: Rewrite it somehow?
|
||||
\. So : Rewrite without "so" ?
|
||||
dir :directory
|
||||
you'd:you would
|
||||
you'll:you will
|
||||
can't:cannot
|
||||
that's:that is
|
||||
web page:webpage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue