-
Notifications
You must be signed in to change notification settings - Fork 3
feat(no-subscribe-in-pipe)!: new rule to forbid calling subscribe within pipe operators #59
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(no-subscribe-in-pipe)!: new rule to forbid calling subscribe within pipe operators #59
Conversation
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.
Thanks! I've left some comments to guide through adapting this PR to this forked plugin. Additionally:
- Run
yarn lint
andyarn typecheck
and fix any problems. - Run
yarn docs
to auto-update the documentation instead of manually updating it.
49f2749
to
7448e49
Compare
@JasonWeinzierl This is ready to review again. Thanks for all your work on this! |
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.
Thank you! This will get released with v0.6.0.
Co-authored-by: Jason Weinzierl <[email protected]> Signed-off-by: Dane Vanderbilt <[email protected]>
CI is failing but merged anyways because seems to be unrelated GitHub Actions permissions issue. |
No description provided.