scalacenter / sbt-missinglink

An sbt plugin for missinglink
Apache License 2.0
133 stars 14 forks source link

Add target filters #46

Closed clairemcginty closed 1 year ago

clairemcginty commented 1 year ago

Adds support for two new params in the upstream Missinglink library: targetSourcePackages and targetDestinationPackages. These params allow the user to specify package names (unlike the existing ignore* options) which will filter found conflicts down to only those conflicts that match on package/subpackage name.

cc @julienrf as most recent contributor 😃

clairemcginty commented 1 year ago

thanks @sideeffffect! Addressed your comments. I think I need maintainer approval to run the CI workflow again :)