elasticsearch/libs
Rory Hunter ad1f876daa
Replace NOT operator with explicit false check (#67817)
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-01-26 14:47:09 +00:00
..
cli Avoid tasks materialized during configuration phase (#65922) 2020-12-12 16:14:17 +01:00
core Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
dissect Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
geo Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
grok Grok: "native" results (#62843) 2020-09-24 10:46:38 -04:00
nio Set specific keepalive options by default on supported platforms (#59278) 2020-07-27 13:38:24 +02:00
plugin-classloader Avoid tasks materialized during configuration phase (#65922) 2020-12-12 16:14:17 +01:00
secure-sm Port all task definitions to task avoidance api (#66738) 2021-01-04 12:32:19 +01:00
ssl-config Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
x-content Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
build.gradle Apply 2-space indent to all gradle scripts (#48849) 2019-11-13 10:14:04 +00:00