mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:31:41 +03:00
parent
5e2d4d7905
commit
8d004781a5
26 changed files with 4 additions and 1460 deletions
1
.github/scripts/codespell.sh
vendored
1
.github/scripts/codespell.sh
vendored
|
|
@ -14,7 +14,6 @@ codespell \
|
|||
--skip 'docs/THANKS' \
|
||||
--skip 'packages/*' \
|
||||
--skip 'scripts/wcurl' \
|
||||
--skip 'winbuild/*' \
|
||||
--ignore-regex '.*spellchecker:disable-line' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.txt' \
|
||||
$(git ls-files)
|
||||
|
|
|
|||
3
.github/scripts/spacecheck.pl
vendored
3
.github/scripts/spacecheck.pl
vendored
|
|
@ -30,7 +30,7 @@ my @tabs = (
|
|||
"^m4/zz40-xc-ovr.m4",
|
||||
"Makefile\\.(am|example)\$",
|
||||
"/mkfile",
|
||||
"\\.(sln|vc)\$",
|
||||
"\\.sln\$",
|
||||
"^tests/data/test",
|
||||
);
|
||||
|
||||
|
|
@ -40,7 +40,6 @@ my @mixed_eol = (
|
|||
|
||||
my @need_crlf = (
|
||||
"\\.(bat|sln)\$",
|
||||
"^winbuild/.+\\.md\$",
|
||||
);
|
||||
|
||||
my @space_at_eol = (
|
||||
|
|
|
|||
1
.github/scripts/typos.toml
vendored
1
.github/scripts/typos.toml
vendored
|
|
@ -25,5 +25,4 @@ extend-exclude = [
|
|||
"docs/THANKS",
|
||||
"packages/*",
|
||||
"scripts/wcurl",
|
||||
"winbuild/*",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue