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

syntax: remove the numeric error matches #3404

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Apr 15, 2022

Remove the numeric error matches, because the regular expression
patterns are incredibly difficult to get right and will likely never be
fully correct. They are also of limited value given the correct
highlighting of the valid numeric matches. Additionally, the errors are
not flagged by gopls w/ the diagnostic text properties and building
also identifies any problems.

Remove the numeric error matches, because the regular expression
patterns are incredibly difficult to get right and will likely never be
fully correct. They are also of limited value given the correct
highlighting of the valid numeric matches. Additionally, the errors are
not flagged by `gopls` w/ the diagnostic text properties and building
also identifies any problems.
@bhcleek bhcleek force-pushed the syntax/remove-numeric-error branch from 6db2fcb to 02e4101 Compare April 15, 2022 21:35
@bhcleek bhcleek merged commit 687eb72 into fatih:master Apr 15, 2022
@bhcleek bhcleek deleted the syntax/remove-numeric-error branch April 15, 2022 21:45
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.

1 participant