Skip to content
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

Support glob pattern **. to match zero or more packages #1194

Merged
merged 1 commit into from
May 2, 2023

Conversation

Pfoerd
Copy link
Contributor

@Pfoerd Pfoerd commented May 2, 2023

Fixes #1144

Currently it is not possible to write a glob that matches zero or more packages. This PR introduces the well-kown doube-star matcher to enable this:

**.databinding.**.Foo

  • matches databinding.Foo
  • matches foo.car.databinding.bar.Foo
  • NOT matches databindingfoo.Foo

@hcoles hcoles merged commit 90c936e into hcoles:master May 2, 2023
@hcoles
Copy link
Owner

hcoles commented May 2, 2023

Thanks for this. Merged now, I'll push a release out shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for common glob pattern **/ in arguments like excludedClasses
2 participants