Checkstyle: don't require javadoc on test methods (#88179)
Test methods tend to have descriptive names for the cases that they are
testing. Sometimes they require javadoc, for sure, but not often enough
to add a little "WEAK WARNING" marker on every single test method in my
IDE.
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>