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

Add new :ignore: tag #135

Open
krollins-mdb opened this issue Dec 20, 2022 · 0 comments
Open

Add new :ignore: tag #135

krollins-mdb opened this issue Dec 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@krollins-mdb
Copy link
Contributor

Bluehawk should have an :ignore: tag that prevents Bluehawk from parsing lines within the tag. I ran into an issue with Bluehawk trying to process C++ code:
CHECK(user.state() == realm::User::state::logged_in);

Bluehawk thought that :state: was meant for it.

Could potentially address that kind of thing on an SDK basis, but there are likely similar situations that are difficult to anticipate. An :ignore: tag would provide an escape hatch for edge cases.

@krollins-mdb krollins-mdb added the enhancement New feature or request label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant