1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

add uuhelp to the ignore spell

This commit is contained in:
Sylvestre Ledru 2023-06-04 11:27:50 +02:00
parent c6ad9846f9
commit 9f38142522
7 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# coreutils (uutils) # coreutils (uutils)
# * see the repository LICENSE, README, and CONTRIBUTING files for more information # * see the repository LICENSE, README, and CONTRIBUTING files for more information
# spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen humantime # spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen humantime uuhelp
[package] [package]
name = "coreutils" name = "coreutils"

View file

@ -2,7 +2,7 @@
// //
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
// spell-checker:ignore tldr // spell-checker:ignore tldr uuhelp
use clap::Command; use clap::Command;
use std::collections::HashMap; use std::collections::HashMap;

View file

@ -1,3 +1,4 @@
# spell-checker:ignore uuhelp
[package] [package]
name = "uucore_procs" name = "uucore_procs"
version = "0.0.19" version = "0.0.19"

View file

@ -1,5 +1,5 @@
// Copyright (C) ~ Roy Ivy III <rivy.dev@gmail.com>; MIT license // Copyright (C) ~ Roy Ivy III <rivy.dev@gmail.com>; MIT license
// spell-checker:ignore backticks // spell-checker:ignore backticks uuhelp
use std::{fs::File, io::Read, path::PathBuf}; use std::{fs::File, io::Read, path::PathBuf};

View file

@ -1,3 +1,4 @@
# spell-checker:ignore uuhelp
[package] [package]
name = "uuhelp_parser" name = "uuhelp_parser"
version = "0.0.19" version = "0.0.19"

View file

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# spell-checker:ignore uuhelp
ARG="" ARG=""
if test "$1" != "--do-it"; then if test "$1" != "--do-it"; then
ARG="--dry-run --allow-dirty" ARG="--dry-run --allow-dirty"

View file

@ -1,4 +1,6 @@
#!/bin/sh #!/bin/sh
# spell-checker:ignore uuhelp
# This is a stupid helper. I will mass replace all versions (including other crates) # This is a stupid helper. I will mass replace all versions (including other crates)
# So, it should be triple-checked # So, it should be triple-checked