Skip to content
Unverified Commit b4514228 authored by Rory Hunter's avatar Rory Hunter Committed by GitHub
Browse files

Replace NOT operator with explicit `false` check - part 5 (#68360)

Part 5.

We have an in-house rule to compare explicitly against `false` instead
of using the logical not operator (`!`). However, this hasn't
historically been enforced, meaning that there are many violations in
the source at present.

We now have a Checkstyle rule that can detect these cases, but before we
can turn it on, we need to fix the existing violations. This is being
done over a series of PRs, since there are a lot to fix.
parent 21b39461
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment