You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #771 , PR CI is working properly, but main branch CI is passing... weird, I expected it to fail because there are a bunch of files that don't pass the parser check.
When I read the CI log, I found that no file was checked:
Run nu ./check-files.nu
💚 All files checked!
And after I replicate the case in my local,
use toolkit.nu *; generate-file-list --full"
checking all files...
Closes#789 🍻
- Runs without first generating a script
- Returns error (file) count
- Requires `--and-exit` to exit with error code
- Enables alternative report with env `STUB_IDE_CHECK=true`
- Expands documentation
- All subcommands share same file querying
- Prepares for nupm test integration
Since #771 , PR CI is working properly, but main branch CI is passing... weird, I expected it to fail because there are a bunch of files that don't pass the parser check.
When I read the CI log, I found that no file was checked:
And after I replicate the case in my local,
This generate a empty list of files.
This is probably the cause:
If you remove the
mut
, glob fails the parser. I need to investigate howglob
worksThe text was updated successfully, but these errors were encountered: