Skip to content

Commit

Permalink
Merge pull request #6627 from cakebaker/basename_realpath_add_words_t…
Browse files Browse the repository at this point in the history
…o_spell_checker_ignore

basename,realpath: add words to `spell-checker:ignore`
  • Loading branch information
sylvestre authored Aug 9, 2024
2 parents 7fcdf69 + 32c88b4 commit d2d2acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_basename.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 (words) reallylongexecutable
// spell-checker:ignore (words) reallylongexecutable nbaz

use crate::common::util::TestScenario;
#[cfg(any(unix, target_os = "redox"))]
Expand Down
1 change: 1 addition & 0 deletions tests/by-util/test_realpath.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit d2d2acf

Please sign in to comment.