Closed wamasimba closed 5 months ago
I can't reproduce this on either platform, can you upload a reproduction repository to help test?
This issue has been automatically marked as stale because no reproduction was provided within 7 days. Please help us help you. Providing a repository exhibiting the issue helps us diagnose and fix the issue. Any time that we spend reproducing this issue is time taken away from addressing this issue and other issues. This issue will be closed in 21 days if a reproduction is not provided. If a reproduction has been provided, please reply to keep it active. Thanks for being a part of the Nx community! 🙏
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
When I create files with [ and ] in the name, the format check fails, as it can't find the file. It seems that the filename is passed to a globber, perhaps of the OS, and the executed command fails with
ELIFECYCLE Command failed with exit code 1.
.Expected Behavior
These filenames should be passed in a way that prevents interpretation of the characters in the filename.
GitHub Repo
No response
Steps to Reproduce
nx format:check --base=origin/master --head=HEAD
-> Result isELIFECYCLE Command failed with exit code 1.
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response