Closed m-graf closed 1 month ago
Hi @m-graf,
Thanks for your contribution.
The logic of err-ignore
is a bit vague, and this change makes it even worse.
For example, you introduced a new constraint that the err line must begin with the operation name, but only if a wild-card is used.
Perhaps we can satisfy the requirement in a simpler way by adding a new flag:
--unmatch-path string exclude paths that match this regular expression
What do you think?
Your comment resonates with me; I agree the current implementation is vague... and this contribution may make it even worse... I like your idea 👍👍
As a go
noobie; I'm more than happy to contribute!
Describe the bug I am unable to grok the documentation for
--err-ignore
– specifically, the requirement that the error message itself be included in the file in which the exceptions are held. For example,An exception file like this...
Does not prevent the exception
Rather, the following is required:
How does one ignore breaking changes for any reason, without specifying the error? Is a wild card available?