Exclude packages #328
RafalFilipek
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
@RafalFilipek sorry for the delay in gettig back to you! this is really interesting, right now the only way to achieve this is to add tags to the packages you want to target. this choice was made to incentivizes you to start tagging packages because tags will also form the basis of more future functionality. this is really interesting and I definitely want to learn more so we can modify the behavior of selectors if needed. could you provide some use cases for applying checks to 99% of packages in your project? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, For example:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently integrating commonality into our project, and I've noticed in a few places that it would be useful to have the option to exclude packages for checks. The current configuration only allows for specifying "positive" checks. This would probably require some extension.
In general, this is for cases where 99% of packages should work the same way, but a few should not be checked.
I think it would be useful to have a way to exclude packages from checks so that we can avoid having to create separate configurations for different cases, or adding tags to almost all packages.
Maybe we can update the
checks
option to accept something like this:Thanks,
Rafał
Beta Was this translation helpful? Give feedback.
All reactions