elasticsearch/distribution
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
..
archives First attempt at running on darwin aarch64 (#67103) 2021-01-11 14:10:10 +00:00
bwc Wire local unreleased bwc versions more efficient for tests (#62473) 2020-10-01 10:45:21 +02:00
docker Align JSON logs better with ECS (#67266) 2021-01-25 10:43:37 +00:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:20:53 -04:00
packages Avoid tasks materialized during configuration phase (#65922) 2020-12-12 16:14:17 +01:00
src Align JSON logs better with ECS (#67266) 2021-01-25 10:43:37 +00:00
tools Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
build.gradle First attempt at running on darwin aarch64 (#67103) 2021-01-11 14:10:10 +00:00