aboutsummaryrefslogtreecommitdiff
path: root/third_party/jacoco_internal.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jacoco_internal.BUILD')
-rw-r--r--third_party/jacoco_internal.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/jacoco_internal.BUILD b/third_party/jacoco_internal.BUILD
index d16a166b..38ac7f6c 100644
--- a/third_party/jacoco_internal.BUILD
+++ b/third_party/jacoco_internal.BUILD
@@ -27,6 +27,7 @@ java_library(
]),
javacopts = [
"-Xep:EqualsHashCode:OFF",
+ "-Xep:ReturnValueIgnored:OFF",
],
deps = [
"@org_ow2_asm_asm//jar",