mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
add uuhelp to the ignore spell
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# spell-checker:ignore uuhelp
|
||||
[package]
|
||||
name = "uucore_procs"
|
||||
version = "0.0.19"
|
||||
|
||||
@@ -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};
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# spell-checker:ignore uuhelp
|
||||
[package]
|
||||
name = "uuhelp_parser"
|
||||
version = "0.0.19"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
# spell-checker:ignore uuhelp
|
||||
ARG=""
|
||||
if test "$1" != "--do-it"; then
|
||||
ARG="--dry-run --allow-dirty"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user