Skip to content

Conversation

@alister-chowdhury
Copy link
Contributor

RedundantLogicalEqual

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

*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
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