mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
docs ~ add corrective spell-checker global exceptions
This commit is contained in:
parent
b6cafa9e10
commit
07d52c7741
3 changed files with 58 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: CICD
|
name: CICD
|
||||||
|
|
||||||
# spell-checker:ignore (acronyms) CICD MSVC musl
|
# spell-checker:ignore (acronyms) CICD MSVC musl
|
||||||
# spell-checker:ignore (env/flags) Ccodegen Coverflow Cpanic RUSTDOCFLAGS RUSTFLAGS Zpanic
|
# spell-checker:ignore (env/flags) Awarnings Ccodegen Coverflow Cpanic RUSTDOCFLAGS RUSTFLAGS Zpanic
|
||||||
# spell-checker:ignore (jargon) SHAs deps softprops toolchain
|
# spell-checker:ignore (jargon) SHAs deps softprops toolchain
|
||||||
# spell-checker:ignore (names) CodeCOV MacOS MinGW Peltoche rivy
|
# spell-checker:ignore (names) CodeCOV MacOS MinGW Peltoche rivy
|
||||||
# spell-checker:ignore (shell/tools) choco clippy dmake dpkg esac fakeroot gmake grcov halium lcov libssl mkdir popd printf pushd rustc rustfmt rustup shopt xargs
|
# spell-checker:ignore (shell/tools) choco clippy dmake dpkg esac fakeroot gmake grcov halium lcov libssl mkdir popd printf pushd rustc rustfmt rustup shopt xargs
|
||||||
|
|
55
.vscode/cSpell.json
vendored
55
.vscode/cSpell.json
vendored
|
@ -8,6 +8,8 @@
|
||||||
"Cygwin",
|
"Cygwin",
|
||||||
"FreeBSD",
|
"FreeBSD",
|
||||||
"Gmail",
|
"Gmail",
|
||||||
|
"GNUEABI",
|
||||||
|
"GNUEABIhf",
|
||||||
"Irix",
|
"Irix",
|
||||||
"MacOS",
|
"MacOS",
|
||||||
"MinGW",
|
"MinGW",
|
||||||
|
@ -23,16 +25,31 @@
|
||||||
"Xenix",
|
"Xenix",
|
||||||
"flac",
|
"flac",
|
||||||
"lzma",
|
"lzma",
|
||||||
|
// cargo
|
||||||
|
"cdylib",
|
||||||
|
"rlib",
|
||||||
// crates
|
// crates
|
||||||
|
"advapi",
|
||||||
|
"advapi32-sys",
|
||||||
|
"aho-corasick",
|
||||||
|
"backtrace",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
"chacha",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
"conv",
|
||||||
|
"corasick",
|
||||||
"filetime",
|
"filetime",
|
||||||
"formatteriteminfo",
|
"formatteriteminfo",
|
||||||
"getopts",
|
"getopts",
|
||||||
"itertools",
|
"itertools",
|
||||||
|
"memchr",
|
||||||
"multifilereader",
|
"multifilereader",
|
||||||
"onig",
|
"onig",
|
||||||
"peekreader",
|
"peekreader",
|
||||||
|
"quickcheck",
|
||||||
|
"rand_chacha",
|
||||||
|
"smallvec",
|
||||||
|
"tempfile",
|
||||||
"termion",
|
"termion",
|
||||||
"termios",
|
"termios",
|
||||||
"termsize",
|
"termsize",
|
||||||
|
@ -64,12 +81,14 @@
|
||||||
"colorize",
|
"colorize",
|
||||||
"consts",
|
"consts",
|
||||||
"dedup",
|
"dedup",
|
||||||
|
"demangle",
|
||||||
"deque",
|
"deque",
|
||||||
"dequeue",
|
"dequeue",
|
||||||
"enqueue",
|
"enqueue",
|
||||||
"executable",
|
"executable",
|
||||||
"executables",
|
"executables",
|
||||||
"gibibytes",
|
"gibibytes",
|
||||||
|
"hardfloat",
|
||||||
"hardlink",
|
"hardlink",
|
||||||
"hardlinks",
|
"hardlinks",
|
||||||
"hashsums",
|
"hashsums",
|
||||||
|
@ -87,9 +106,12 @@
|
||||||
"primality",
|
"primality",
|
||||||
"pseudoprime",
|
"pseudoprime",
|
||||||
"pseudoprimes",
|
"pseudoprimes",
|
||||||
|
"procs",
|
||||||
"readonly",
|
"readonly",
|
||||||
"seedable",
|
"seedable",
|
||||||
"semver",
|
"semver",
|
||||||
|
"shortcode",
|
||||||
|
"shortcodes",
|
||||||
"symlink",
|
"symlink",
|
||||||
"symlinks",
|
"symlinks",
|
||||||
"syscall",
|
"syscall",
|
||||||
|
@ -144,6 +166,7 @@
|
||||||
"Sunrin SHIMURA", "Sunrin", "SHIMURA",
|
"Sunrin SHIMURA", "Sunrin", "SHIMURA",
|
||||||
"Smigle00", "Smigle",
|
"Smigle00", "Smigle",
|
||||||
"Sylvestre Ledru", "Sylvestre", "Ledru",
|
"Sylvestre Ledru", "Sylvestre", "Ledru",
|
||||||
|
"T Jameson Little", "Jameson", "Little",
|
||||||
"Tobias Bohumir Schottdorf", "Tobias", "Bohumir", "Schottdorf",
|
"Tobias Bohumir Schottdorf", "Tobias", "Bohumir", "Schottdorf",
|
||||||
"Virgile Andreani", "Virgile", "Andreani",
|
"Virgile Andreani", "Virgile", "Andreani",
|
||||||
"Vsevolod Velichko", "Vsevolod", "Velichko",
|
"Vsevolod Velichko", "Vsevolod", "Velichko",
|
||||||
|
@ -151,27 +174,37 @@
|
||||||
"Yury Krivopalov", "Yury", "Krivopalov",
|
"Yury Krivopalov", "Yury", "Krivopalov",
|
||||||
"anonymousknight",
|
"anonymousknight",
|
||||||
"kwantam",
|
"kwantam",
|
||||||
|
"nicoo",
|
||||||
|
"rivy",
|
||||||
// rust
|
// rust
|
||||||
"clippy",
|
"clippy",
|
||||||
"concat",
|
"concat",
|
||||||
|
"fract",
|
||||||
"powi",
|
"powi",
|
||||||
|
"println",
|
||||||
"repr",
|
"repr",
|
||||||
"rfind",
|
"rfind",
|
||||||
"rustc",
|
"rustc",
|
||||||
"rustfmt",
|
"rustfmt",
|
||||||
|
"struct",
|
||||||
|
"structs",
|
||||||
"substr",
|
"substr",
|
||||||
"splitn",
|
"splitn",
|
||||||
|
"trunc",
|
||||||
// shell
|
// shell
|
||||||
"passwd",
|
"passwd",
|
||||||
|
"pipefail",
|
||||||
"tcsh",
|
"tcsh",
|
||||||
// tags
|
// tags
|
||||||
"Maint",
|
"Maint",
|
||||||
// uutils
|
// uutils
|
||||||
|
"chcon",
|
||||||
"chgrp",
|
"chgrp",
|
||||||
"chmod",
|
"chmod",
|
||||||
"chown",
|
"chown",
|
||||||
"chroot",
|
"chroot",
|
||||||
"cksum",
|
"cksum",
|
||||||
|
"csplit",
|
||||||
"dircolors",
|
"dircolors",
|
||||||
"hashsum",
|
"hashsum",
|
||||||
"hostid",
|
"hostid",
|
||||||
|
@ -190,16 +223,28 @@
|
||||||
"realpath",
|
"realpath",
|
||||||
"relpath",
|
"relpath",
|
||||||
"rmdir",
|
"rmdir",
|
||||||
|
"runcon",
|
||||||
"shuf",
|
"shuf",
|
||||||
"stdbuf",
|
"stdbuf",
|
||||||
|
"stty",
|
||||||
"tsort",
|
"tsort",
|
||||||
"uname",
|
"uname",
|
||||||
"unexpand",
|
"unexpand",
|
||||||
"whoami",
|
"whoami",
|
||||||
|
// vars/errno
|
||||||
|
"errno",
|
||||||
|
"EOPNOTSUPP",
|
||||||
|
// vars/fcntl
|
||||||
|
"F_GETFL",
|
||||||
|
"GETFL",
|
||||||
|
"fcntl",
|
||||||
|
"vmsplice",
|
||||||
// vars/libc
|
// vars/libc
|
||||||
"FILENO",
|
"FILENO",
|
||||||
"HOSTSIZE",
|
"HOSTSIZE",
|
||||||
"IDSIZE",
|
"IDSIZE",
|
||||||
|
"IFIFO",
|
||||||
|
"IFREG",
|
||||||
"IRGRP",
|
"IRGRP",
|
||||||
"IROTH",
|
"IROTH",
|
||||||
"IRUSR",
|
"IRUSR",
|
||||||
|
@ -240,10 +285,16 @@
|
||||||
"socktype",
|
"socktype",
|
||||||
"umask",
|
"umask",
|
||||||
"waitpid",
|
"waitpid",
|
||||||
|
// vars/nix
|
||||||
|
"iovec",
|
||||||
|
"unistd",
|
||||||
// vars/signals
|
// vars/signals
|
||||||
"SIGPIPE",
|
"SIGPIPE",
|
||||||
// vars/sync
|
// vars/sync
|
||||||
"Condvar",
|
"Condvar",
|
||||||
|
// vars/stat
|
||||||
|
"fstat",
|
||||||
|
"stat",
|
||||||
// vars/time
|
// vars/time
|
||||||
"Timespec",
|
"Timespec",
|
||||||
"nsec",
|
"nsec",
|
||||||
|
@ -265,9 +316,11 @@
|
||||||
"errhandlingapi",
|
"errhandlingapi",
|
||||||
"fileapi",
|
"fileapi",
|
||||||
"handleapi",
|
"handleapi",
|
||||||
|
"lmcons",
|
||||||
"minwindef",
|
"minwindef",
|
||||||
"processthreadsapi",
|
"processthreadsapi",
|
||||||
"synchapi",
|
"synchapi",
|
||||||
|
"sysinfoapi",
|
||||||
"winbase",
|
"winbase",
|
||||||
"winerror",
|
"winerror",
|
||||||
"winnt",
|
"winnt",
|
||||||
|
@ -285,10 +338,12 @@
|
||||||
"coreopts",
|
"coreopts",
|
||||||
"coreutils",
|
"coreutils",
|
||||||
"libc",
|
"libc",
|
||||||
|
"libstdbuf",
|
||||||
"musl",
|
"musl",
|
||||||
"ucmd",
|
"ucmd",
|
||||||
"utmpx",
|
"utmpx",
|
||||||
"uucore",
|
"uucore",
|
||||||
|
"uucore_procs",
|
||||||
"uumain",
|
"uumain",
|
||||||
"uutils"
|
"uutils"
|
||||||
],
|
],
|
||||||
|
|
2
.vscode/settings.json
vendored
Normal file
2
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in a new issue