Browse Source

Merge "ErrorProne: Enable check for misuse of ExpectedException"

stable-5.1
David Pursehouse 6 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
bd4b6d3bf1
  1. 3
      pom.xml

3
pom.xml

@ -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>

Loading…
Cancel
Save