-
Notifications
You must be signed in to change notification settings - Fork 9
feat: add excludeErrorLogs option
#18
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
feat: add excludeErrorLogs option
#18
Conversation
README.md
Outdated
| }); | ||
| ``` | ||
| ### ignoreSyntaxErrorMsg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about renaming this option to excludeErrorLogs?
- Align with
excludeOutputoption - Shorter and more intuitive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, it is better. I have already revised it, please take a look at it when you have time~thanks
|
Thank you! |
Add a new configuration item to the plugin:ignoreSyntaxErrorMsg
it is used to ignore specific syntax error messages during detection. You can pass in one or more syntax error messages to ignore.