]> source.dussan.org Git - jgit.git/commit
errorprone: Disable javadoc checks in tests 86/1203886/2
authorIvan Frade <ifrade@google.com>
Mon, 11 Nov 2024 19:07:21 +0000 (11:07 -0800)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 11 Nov 2024 20:58:45 +0000 (21:58 +0100)
commit8f05f61c54d76504845d47ca4c27967a20430cce
tree2821b8c47cfc4a88f01412d9d7a3771f4027c42b
parent9ea537d5c44876c12d154331c94a7ba14eaa64f8
errorprone: Disable javadoc checks in tests

Errorprone finds many problems in the tests javadocs. This is noisy in
the logs, but fixing them also disturbs the project history and can
complicate merges.

Disable the javadoc checks in the tests packages. We can fix those
javadocs if some other modification happen in the file (as we fix
older coding style).

Change-Id: Ic221b60afe77ed9c207adbefd9117d2e26107792
tools/BUILD