Skip to content

New false negatives in infix_spaces_linter #1342

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

Closed
MichaelChirico opened this issue Jun 1, 2022 · 0 comments · Fixed by #1352
Closed

New false negatives in infix_spaces_linter #1342

MichaelChirico opened this issue Jun 1, 2022 · 0 comments · Fixed by #1352
Labels
false-negative code that should lint, but doesn't regression code that used to work, but now doesn't
Milestone

Comments

@MichaelChirico
Copy link
Collaborator

The following throws a lint in 2.0.1 but no longer does:

lint("x +
y+
z", infix_spaces_linter()
)

y+ should be linted

@MichaelChirico MichaelChirico added false-negative code that should lint, but doesn't regression code that used to work, but now doesn't labels Jun 1, 2022
@MichaelChirico MichaelChirico added this to the 3.0.0 milestone Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false-negative code that should lint, but doesn't regression code that used to work, but now doesn't
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant