Merge "ErrorProne: Enable check for misuse of ExpectedException"

This commit is contained in:
David Pursehouse 2018-07-27 01:53:59 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit bd4b6d3bf1
1 changed files with 3 additions and 0 deletions

View File

@ -772,6 +772,9 @@
<configuration>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<compilerArgs>
<arg>-Xep:ExpectedExceptionChecker:ERROR</arg>
</compilerArgs>
<excludes>
<exclude>org/eclipse/jgit/transport/InsecureCipherFactory.java</exclude>
</excludes>