-
Notifications
You must be signed in to change notification settings - Fork 59
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
Valid conditions: false positive #888
Comments
hmm. this sounds tricky! I'm not sure how we'd handle this tbh |
It might not be worth doing, tbh. I just thought I would point it out. |
Actually this is easily addressed with better regex |
@michaelryanpeter vale sync to pick up the changes. LMK if you see anything else or this doesn't work for you |
Describe the bug
Currently, the valid conditions rule prints an error for the valid use case of using an inline conditional. Here is a link to the error: openshift/openshift-docs#82304 (comment)
Examples:
ifndef::olmv1-pullsecret-proc[For more information, see "Creating a pull secret for catalogs hosted on a secure registry".]
I am not sure if the regex can be extended to check for this use case. This might just be a false positive that we need to accept, since having a rule that catches open conditions seems more important than not flagging an error on this edge case.
The text was updated successfully, but these errors were encountered: