-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Feature request] Ignore some messages by regex #223
Comments
Can you please build a minimal project demonstrating the problem ? |
Please refer https://github.com/dalance/demo_for_bacon |
Merged
Canop
added a commit
that referenced
this issue
Oct 6, 2024
The `ignored_lines` field can be defined either at the root of a config file or in a specific job. If defines a set of regular expressions specifying the lines which should not be interpreted by the analyzer. Fix #223
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I uses
cargo:warning
to inform some messages inbuild.rs
.This is because
cargo:info
is not supported yet. ( rust-lang/cargo#7037 )bacon handles these messages as warning, but it can't be resolved.
So I think message filtering by regex may be useful.
For example, an actual message is like below:
I expect the above message is ignored by a configuration like below
The text was updated successfully, but these errors were encountered: