Description
Current problem
A small suggestion to improve readability of this checker, since it covers not only the not
keyword but also the !=
symbol.
Also in the description, it might not be perfectly clear what a unneeded negation
is.
Desired solution
New name suggestion (or similar): redundant-negation
The description can be extended to this:
Used when a boolean expression contains an unneeded negation, e.g. when two negation operators cancel each other out.
Additional context
No response