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

proposition for a potential new rule: use and:/or: instead of &/| #16669

Closed
wants to merge 3 commits into from

Conversation

AngelHely
Copy link
Contributor

This pull request proposes a potential new rule to check method that use messages &/| instead of and:/or:

@jecisc
Copy link
Member

jecisc commented May 20, 2024

At first I though this was a good rule but now I see that we have more than just the booleans implementing #& and #|. For example collections are implementing those.

Because of that I think it might be better to not add this rule because it will have too many false positives

@AngelHely AngelHely closed this May 21, 2024
@AngelHely AngelHely deleted the add_ReAndOrRule branch May 21, 2024 08:00
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