-
Notifications
You must be signed in to change notification settings - Fork 6
Fix allowed mode choices #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
JoshuaLampert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This also needs to be adjusted in the README.
README.md
Outdated
|
|
||
| - **`deps`**: Minimize only your direct dependencies (recommended for most packages) | ||
| - **`alldeps`**: Minimize direct dependencies and weak dependencies | ||
| - **`all`**: Minimize all packages (may test issues in transitive dependencies) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **`weakdeps`**: Minimize only weak dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should replace the line with with the all mode. Seems like the new GitHub review is still buggy with review comments at locations not touched by the PR.
|
I think that got them all now. |
Fixes #27