Skip to content

Commit 5995638

Browse files
committed
try to add -I when checking
1 parent dd35236 commit 5995638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export def "lint ide-check" []: path -> int {
7676
| [[severity message]; [$in.exit_code $in.stderr]]
7777
| where severity != 0
7878
} else {
79-
nu --ide-check 10 $file
79+
nu -I "stdlib-candidate" --ide-check 10 $file
8080
| $"[($in)]"
8181
| from nuon
8282
| where type == diagnostic

0 commit comments

Comments
 (0)