-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Implements --exclude-file #306
Conversation
I think your original proposal of And this also allows the possibility for per-directory exclusion list. |
It's a new construct for Lychee, so I think we should think about it more. The thing with things like One way to implement that would be to default --exclude-file to |
lychee supports 'glob'. |
Thanks for the PR. As you both mentioned it could be a nice addition in the future. |
|
||
/// Test excludes | ||
#[test] | ||
fn test_exclude_wildcard() -> Result<()> { |
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 for adding these additional exclude tests and increasing the test coverage. ❤️
Implemented #302.
This is my first rust code, so talk to me like a 2yo :)