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

Merge pull request #6627 from cakebaker/basename_realpath_add_words_to_spell_checker_ignore

basename,realpath: add words to `spell-checker:ignore`
This commit is contained in:
Sylvestre Ledru 2024-08-09 15:45:38 +02:00 committed by GitHub
commit d2d2acf6e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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 (words) reallylongexecutable
// spell-checker:ignore (words) reallylongexecutable nbaz
use crate::common::util::TestScenario;
#[cfg(any(unix, target_os = "redox"))]

View file

@ -2,6 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore nusr
use crate::common::util::{get_root_path, TestScenario};
#[cfg(windows)]