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

FEAT: Add lint preventing EIP references in backticks #93

Merged
merged 9 commits into from
Aug 23, 2024

Conversation

VictoriaAde
Copy link
Contributor

@VictoriaAde VictoriaAde commented Jun 3, 2024

Fixes #90

re,
pattern,
slug,
found_backticks: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see where this member is used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I'm sorry for the late response.
What member are you referring to?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

found_backticks

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like it gets set to true, but its value is never read.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I just noticed, I will fix it.

@VictoriaAde
Copy link
Contributor Author

Hello @SamWilsn, I apologies for the delay in closing this issue.
I have some updates on this...

Given that the implementation looks correct, the issue might be how the AST is being constructed or traversed. I’m currently investigating how the markdown is being parsed into an AST.

Please, let me know if you have any thoughts on this.

@SamWilsn SamWilsn merged commit 411b101 into ethereum:master Aug 23, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

Add lint preventing EIP references in backticks
2 participants