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

vet, parser, scanner: remove vetting for spaces after / before parens #21437

Merged
merged 2 commits into from
May 6, 2024

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented May 5, 2024

Instead of moving the scanner errors for spaces after / before parenthesis to vvet, this PR would remove it as it might be something merely handled by v fmt.

The reason is that it seems like overkill for vet. It doesn't point out other similar formatting errors.
If the current errors like Looks like you are adding a space before `)` should be vet errors, I'm gonna update accordingly.

I'm also noticing that the line numbers are off how it's currently done.

@spytheman
Copy link
Member

The CI failure is not related. Good work.

@spytheman spytheman merged commit ea1df02 into vlang:master May 6, 2024
68 of 69 checks passed
@ttytm ttytm deleted the vet-parser/vvet-scanner-errors branch May 6, 2024 08:26
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.

None yet

2 participants