Skip to content

Commit

Permalink
add uuhelp to the ignore spell
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jun 4, 2023
1 parent c6ad984 commit 9f38142
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coreutils (uutils)
# * 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]
name = "coreutils"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/uudoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore tldr
// spell-checker:ignore tldr uuhelp

use clap::Command;
use std::collections::HashMap;
Expand Down
1 change: 1 addition & 0 deletions src/uucore_procs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# spell-checker:ignore uuhelp
[package]
name = "uucore_procs"
version = "0.0.19"
Expand Down
2 changes: 1 addition & 1 deletion src/uucore_procs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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};

Expand Down
1 change: 1 addition & 0 deletions src/uuhelp_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# spell-checker:ignore uuhelp
[package]
name = "uuhelp_parser"
version = "0.0.19"
Expand Down
1 change: 1 addition & 0 deletions util/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# spell-checker:ignore uuhelp
ARG=""
if test "$1" != "--do-it"; then
ARG="--dry-run --allow-dirty"
Expand Down
2 changes: 2 additions & 0 deletions util/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
# spell-checker:ignore uuhelp

# This is a stupid helper. I will mass replace all versions (including other crates)
# So, it should be triple-checked

Expand Down

0 comments on commit 9f38142

Please sign in to comment.