Skip to content

fix: fix pipeline operator for no-unnecessary-await #2658

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

dword-design
Copy link

@dword-design dword-design commented May 24, 2025

no-unnecessary-await expects await to have an argument, but for F#-style pipeline operator proposal, there is no argument. I think checking it and returning is fine for now. Added another test for Hack-style for completeness sake.

@github-actions github-actions bot changed the title fix: fix pipeline operator for no-unnecessary-await fix: fix pipeline operator for no-unnecessary-await May 24, 2025
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.

2 participants