OpenSearch/x-pack/plugin
Christoph Büscher b654d986d7
Add OneStatementPerLineCheck to Checkstyle rules (#33682)
This change adds the OneStatementPerLineCheck to our checkstyle precommit
checks. This rule restricts the number of statements per line to one. The
resoning behind this is that it is very difficult to read multiple statements on
one line. People seem to mostly use it in short lambdas and switch statements in
our code base, but just going through the changes already uncovered some actual
problems in randomization in test code, so I think its worth it.
2018-09-21 11:52:31 +02:00
..
ccr removed unused fields 2018-09-20 08:56:23 +02:00
core Add OneStatementPerLineCheck to Checkstyle rules (#33682) 2018-09-21 11:52:31 +02:00
deprecation Remove unsupported Version.V_5_* (#32937) 2018-08-24 09:51:21 +02:00
graph Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
logstash Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
ml Add OneStatementPerLineCheck to Checkstyle rules (#33682) 2018-09-21 11:52:31 +02:00
monitoring Fixing assertions in integration test (#33833) 2018-09-19 04:49:54 -07:00
rollup Add create rollup job api to high level rest client (#33521) 2018-09-17 09:10:23 +02:00
security Add OneStatementPerLineCheck to Checkstyle rules (#33682) 2018-09-21 11:52:31 +02:00
sql SQL: TRUNCATE and ROUND functions (#33779) 2018-09-20 15:29:53 +03:00
src/test [ML] Refactor job deletion logic into the transport action (#33891) 2018-09-20 15:48:42 +01:00
upgrade HLREST: add reindex API (#32679) 2018-08-28 13:02:23 -04:00
watcher Core: Default node.name to the hostname (#33677) 2018-09-19 15:21:29 -04:00
build.gradle Allow Integ Tests to run in a FIPS-140 JVM (#31989) 2018-07-24 12:48:14 +03:00