Skip to content

Commit

Permalink
Type fix and add Nushell, esep, AUTOLOAD to spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Llerena <philippe.llerena@gmail.com>
  • Loading branch information
doubleailes committed Aug 22, 2024
1 parent 2dbd0f4 commit 76b5fe1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/spfs/src/runtime/config_nu.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Contributors to the SPK project.
// SPDX-License-Identifier: Apache-2.0
// https://github.com/spkenv/spk
// Warning Nuhshell version >=0.96
// Warning Nushell version >=0.97


pub fn source<T>(_tmpdir: Option<&T>) -> String
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs/src/runtime/env_nu.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Contributors to the SPK project.
// SPDX-License-Identifier: Apache-2.0
// https://github.com/spkenv/spk
// Warning Nuhshell version >=0.96
// Warning Nushell version >=0.97

pub fn source<T>(_tmpdir: Option<&T>) -> String
where
Expand Down
4 changes: 4 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ASWF",
"atexit",
"autogen",
"AUTOLOAD",
"automounter",
"autopoint",
"autoreconf",
Expand Down Expand Up @@ -201,6 +202,7 @@
"errexit",
"Errno",
"esac",
"esep",
"ESRCH",
"euid",
"evenmoredata",
Expand Down Expand Up @@ -448,6 +450,8 @@
"NQCYJ",
"NTSTATUS",
"numpy",
"nushell",
"Nushell",
"nvcc",
"NVPTX",
"NZFA",
Expand Down

0 comments on commit 76b5fe1

Please sign in to comment.