diff options
Diffstat (limited to 'tools/BUILD')
-rw-r--r-- | tools/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD index d66837700c..2b208744b5 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -78,6 +78,7 @@ java_package_configuration( "-Xep:TypeParameterShadowing:ERROR", "-Xep:TypeParameterUnusedInFormals:WARN", "-Xep:URLEqualsHashCode:ERROR", + "-Xep:UnusedException:ERROR", "-Xep:UnsynchronizedOverridesSynchronized:ERROR", "-Xep:WaitNotInLoop:ERROR", ], |