Skip to content

Conversation

@alister-chowdhury
Copy link
Contributor

RedundantLogicalEqual

(a == true)  =  a
(a == false) = !a
(a != true)  = !a
(a != false) =  a

@s-perron s-perron requested review from luciechoi and s-perron and removed request for s-perron December 10, 2025 16:18
@s-perron s-perron enabled auto-merge (squash) January 5, 2026 14:20
*RedundantLogicalEqual*
```
(a == true)  =  a
(a == false) = !a
(a != true)  = !a
(a != false) =  a
```
@alister-chowdhury
Copy link
Contributor Author

I am not sure why CI-macos-clang-debug is failing (I can't access fusion2).
But I'm going to just rebase and hope for the best.

auto-merge was automatically disabled January 15, 2026 05:10

Head branch was pushed to by a user without write access

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.

4 participants