elasticsearch/libs
Rory Hunter 509a154954
Replace NOT operator with explicit `false` check - part 7 (#68454)
Part 7.

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.
2021-02-03 15:20:31 +00:00
..
cli Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
core Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
dissect Replace NOT operator with explicit `false` check - part 7 (#68454) 2021-02-03 15:20:31 +00:00
geo Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
grok Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
nio Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
plugin-classloader Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
secure-sm Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
ssl-config Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
x-content Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
build.gradle Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00