We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0373f commit a8084f9Copy full SHA for a8084f9
toolkit.nu
@@ -70,7 +70,7 @@ def "with files" [
70
export def "lint ide-check" []: path -> int {
71
let file = $in
72
let stub = $env.STUB_IDE_CHECK? | default false | into bool
73
- let current_path = (path self)
+ const current_path = (path self)
74
let candidate_path = $current_path | path join "stdlib-candidate"
75
let diagnostics = if $stub {
76
do { nu -I $candidate_path --no-config-file --commands $"use '($file)'" }
0 commit comments