elasticsearch/modules
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
..
aggs-matrix-stats Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
analysis-common Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
geo Ensure CI is run in FIPS 140 approved only mode (#64024) 2020-12-23 21:00:49 +02:00
ingest-common Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
ingest-geoip Add country_name to the default properties of geoip ingest processor (#62915) 2020-09-30 14:06:51 -05:00
ingest-user-agent Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
kibana Correct system index names in Kibana module (#63950) 2020-10-21 08:58:24 -06:00
lang-expression Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
lang-mustache Make scripted search templates work with new mediaType from XContentType.JSON (#67677) 2021-01-21 12:03:38 +01:00
lang-painless Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
mapper-extras Add linear function to rank_feature query (#67438) 2021-01-18 11:44:13 -05:00
parent-join Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
percolator Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
rank-eval Optimize XContentParserUtils.ensureExpectedToken (#62691) 2020-09-21 17:03:05 +02:00
reindex Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
repository-url Remove debugging printlns from build scripts 2021-01-18 15:19:19 +01:00
systemd Move security manager codebases files to plugin-metadata (#65243) 2020-11-19 09:18:41 -08:00
transport-netty4 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