diff options
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 3 | ||||
-rw-r--r-- | pom.xml | 3 | ||||
-rw-r--r-- | tools/BUILD | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 426fb7ffe4..5e707719ec 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -69,9 +69,6 @@ <configuration> <compilerId>javac-with-errorprone</compilerId> <forceJavacCompilerUse>true</forceJavacCompilerUse> - <compilerArgs> - <arg>-Xep:ExpectedExceptionChecker:ERROR</arg> - </compilerArgs> </configuration> </execution> </executions> @@ -836,9 +836,6 @@ <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> diff --git a/tools/BUILD b/tools/BUILD index e5931dc8cd..d66837700c 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -39,7 +39,6 @@ java_package_configuration( "-Xep:ElementsCountedInLoop:ERROR", "-Xep:EqualsHashCode:ERROR", "-Xep:EqualsIncompatibleType:ERROR", - "-Xep:ExpectedExceptionChecker:ERROR", "-Xep:Finally:WARN", "-Xep:FloatingPointLiteralPrecision:ERROR", "-Xep:FragmentInjection:ERROR", |