You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# G-4270: Avoid comparing boolean values to boolean literals.
2
+
3
+
!!! tip "Minor"
4
+
Maintainability, Testability
5
+
6
+
## Reason
7
+
8
+
It is more readable to simply use the boolean value as a condition itself, rather than use a comparison condition comparing the boolean value to the literals `true` or `false`.
0 commit comments