-
Notifications
You must be signed in to change notification settings - Fork 71
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
FilterAnyProblem and FilterAnyProblemStartingWith #171
Comments
I wonder: are those used to implement the #53 use case? |
Yes. For example to ignore everything in the implementation of the akka-http server we would use: |
Can't you use #44 for that? I.e |
Aha. Bad example from me. Yes, we could use |
This alse makes excludePackage filter obsolete and removes it.
This alse makes excludePackage filter obsolete and removes it.
This alse makes excludePackage filter obsolete and removes it.
This alse makes excludePackage filter obsolete and removes it.
This alse makes excludePackage filter obsolete and removes it.
This alse makes excludePackage filter obsolete and removes it.
#171 Wildcard support in exclude problem filter
Akka Http and Akka projects have custom FilterAnyProblem and FilterAnyProblemStartingWith filters that filter issues by path. I propose to migrate these filters to mima sbt plugin, to decrease build code duplication.
The text was updated successfully, but these errors were encountered: