mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
In elastic/elasticsearch#1442 checkstyle checks were added, but also some files were freed from this. If we have support for checkstyle, we should check this for all files and not allow exceptions. This commit removes the file list to ignore any files and fixes all the java files. Original commit: elastic/x-pack-elasticsearch@99e6cbc5be
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.