-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
re, | ||
pattern, | ||
slug, | ||
found_backticks: false, |
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.
I don't see where this member is used?
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.
Hi, I'm sorry for the late response.
What member are you referring to?
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.
found_backticks
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.
It seems like it gets set to true, but its value is never read.
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.
Oh, I just noticed, I will fix it.
Hello @SamWilsn, I apologies for the delay in closing this issue. 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. |
1a7ccf3
to
adc4ec5
Compare
Fixes #90