Skip to content

Commit

Permalink
Re-enable check against FallThrough violations
Browse files Browse the repository at this point in the history
Fix #239
  • Loading branch information
regisd committed Sep 22, 2018
1 parent 90c94a4 commit 00a7dd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,6 @@
<configuration>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<compilerArgs>
<arg>-Xep:FallThrough:WARN</arg>
</compilerArgs>
<source>7</source>
<target>7</target>
</configuration>
Expand Down

0 comments on commit 00a7dd2

Please sign in to comment.