Skip to content
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

Docs could use info on what kind of regex is used on -ignore #320

Closed
leemeador opened this issue Jul 21, 2023 · 2 comments
Closed

Docs could use info on what kind of regex is used on -ignore #320

leemeador opened this issue Jul 21, 2023 · 2 comments

Comments

@leemeador
Copy link

There are several formats for regexes out and about in our industry.

I would like something in the docs that indicate the syntax of the regex used for matching the ignored messages. It could be as simple as some links to official regex docs for whatever type actionlint uses to match the ignored messages.

It might also be good to show one example with single quotes and one with double quotes if both types of quotes are allowed (or indicate its up the the OS parser how that works)

@rhysd
Copy link
Owner

rhysd commented Jul 23, 2023

It is the syntax accepted by RE2. I'll update the document.

https://github.com/google/re2/wiki/Syntax

@rhysd rhysd closed this as completed in 590d3bd Jul 23, 2023
@leemeador
Copy link
Author

thank you, sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants