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
Thanks for this tool, it's awesome! I'd really like to be able to skip subdirectories in a project I have.
The current setup is that there is a tests directory and many of the tests are their own Cargo project, with a unique Cargo.toml that has unused deps. I don't want to edit the tests to ensure they have only used dependencies.
From what I can understand skipping specified subdirectories isn't currently supported. Is this feature something you would accept a contribution for?
The text was updated successfully, but these errors were encountered:
Thanks for this tool, it's awesome! I'd really like to be able to skip subdirectories in a project I have.
The current setup is that there is a
tests
directory and many of the tests are their own Cargo project, with a unique Cargo.toml that has unused deps. I don't want to edit the tests to ensure they have only used dependencies.From what I can understand skipping specified subdirectories isn't currently supported. Is this feature something you would accept a contribution for?
The text was updated successfully, but these errors were encountered: