Skip to content

Commit 9f38142

Browse files
committed
add uuhelp to the ignore spell
1 parent c6ad984 commit 9f38142

File tree

7 files changed

+8
-3
lines changed

7 files changed

+8
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coreutils (uutils)
22
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
33

4-
# spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen humantime
4+
# spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen humantime uuhelp
55

66
[package]
77
name = "coreutils"

src/bin/uudoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
5-
// spell-checker:ignore tldr
5+
// spell-checker:ignore tldr uuhelp
66

77
use clap::Command;
88
use std::collections::HashMap;

src/uucore_procs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# spell-checker:ignore uuhelp
12
[package]
23
name = "uucore_procs"
34
version = "0.0.19"

src/uucore_procs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) ~ Roy Ivy III <rivy.dev@gmail.com>; MIT license
2-
// spell-checker:ignore backticks
2+
// spell-checker:ignore backticks uuhelp
33

44
use std::{fs::File, io::Read, path::PathBuf};
55

src/uuhelp_parser/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# spell-checker:ignore uuhelp
12
[package]
23
name = "uuhelp_parser"
34
version = "0.0.19"

util/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# spell-checker:ignore uuhelp
23
ARG=""
34
if test "$1" != "--do-it"; then
45
ARG="--dry-run --allow-dirty"

util/update-version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# spell-checker:ignore uuhelp
3+
24
# This is a stupid helper. I will mass replace all versions (including other crates)
35
# So, it should be triple-checked
46

0 commit comments

Comments
 (0)