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
{{ message }}
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
Description:
Reading the logs generated by dep check is very time-consuming, I am personally not interested in seeing hundreds of lines of YN0000: [@package]: No depcheck issue to find an unused dependency.
Removing the verbose flag doesn't help either since it wouldn't display the dependency that actually has an issue and will still log hundreds of lines of No depcheck issue.
it would be more useful to remove the log for No depcheck issue all together when removing the --verbose flag.