https://github.com/curl/curl/blob/master/.github/scripts/bad...
Not swear words or DEI. Mostly sane substitutions e.g. fixing hyphenations and expanding apostrophes. Only oddity I thought was enforcing favor instead of favour.
Comments suggest banning "just" too.
Then from [1]
print STDERR "$f:$l:$c: error: found bad word \"$w\"\n";
printf STDERR " %4d | %s\n", $l, $in;
printf STDERR " | %*s^%s\n", length($p), " ",
"~" x (length($w)-1);
printf STDERR " maybe use \"%s\" instead?\n", $alt{$w};
[1] - https://github.com/curl/curl/blob/master/.github/scripts/bad...
anigbrowl•1h ago