]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: ensure that new "make syntax-check"-run sc_codespell passes
authorCollin Funk <collin.funk1@gmail.com>
Fri, 4 Apr 2025 19:35:15 +0000 (12:35 -0700)
committerPádraig Brady <P@draigBrady.com>
Fri, 4 Apr 2025 20:14:29 +0000 (21:14 +0100)
commit43873a660de20d854d88c04183826c3f8d2466b3
tree272e5532fa5d38b7f8da6986b6e93caca972522b
parent026d0d7c40d2b585d153bb597b336442c14f2d18
maint: ensure that new "make syntax-check"-run sc_codespell passes

* cfg.mk (codespell_ignore_words_list): Ignore false-positives.
(exclude_file_name_regexp--sc_codespell): Skip some file names.
* doc/coreutils.texi (mktemp invocation): Use "alphanumeric" which is
consistent with the rest of the documentation.
* src/expand-common.c: Fix typo.
* src/ls.c: Likewise.
* tests/split/l-chunk-root.sh: Likewise.
cfg.mk
doc/coreutils.texi
src/expand-common.c
src/ls.c
tests/split/l-chunk-root.sh