mirror of
https://github.com/curl/curl.git
synced 2026-05-30 16:37:28 +03:00
GHA: rename config files to match pyspelling
To make it more obvious what needs to be looked at when pyspelling is
reporting an issue.
Follow-up to 95e50ad694 #18756
Closes #18974
This commit is contained in:
parent
92ee917368
commit
801ebf1e1a
6 changed files with 5 additions and 5 deletions
2
.github/scripts/codespell.sh
vendored
2
.github/scripts/codespell.sh
vendored
|
|
@ -9,7 +9,7 @@ cd "$(dirname "${0}")"/../..
|
|||
|
||||
# shellcheck disable=SC2046
|
||||
codespell \
|
||||
--skip '.github/scripts/spellcheck.words' \
|
||||
--skip '.github/scripts/pyspelling.words' \
|
||||
--skip '.github/scripts/typos.toml' \
|
||||
--skip 'docs/THANKS' \
|
||||
--skip 'packages/*' \
|
||||
|
|
|
|||
2
.github/scripts/spacecheck.pl
vendored
2
.github/scripts/spacecheck.pl
vendored
|
|
@ -53,7 +53,7 @@ my @non_ascii_allowed = (
|
|||
my $non_ascii_allowed = join(', ', @non_ascii_allowed);
|
||||
|
||||
my @non_ascii = (
|
||||
".github/scripts/spellcheck.words",
|
||||
".github/scripts/pyspelling.words",
|
||||
".mailmap",
|
||||
"RELEASE-NOTES",
|
||||
"docs/BINDINGS.md",
|
||||
|
|
|
|||
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -22,7 +22,7 @@ extend-ignore-re = [
|
|||
[files]
|
||||
extend-exclude = [
|
||||
".github/scripts/codespell-ignore.words",
|
||||
".github/scripts/spellcheck.words",
|
||||
".github/scripts/pyspelling.words",
|
||||
"docs/THANKS",
|
||||
"packages/*",
|
||||
"projects/Windows/tmpl/curl.vcxproj",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue