Skip to content

Commit

Permalink
Error Prone: Increase severity of ShortCircuitBoolean to ERROR
Browse files Browse the repository at this point in the history
Change-Id: Ib3f1b8b37160e2bd715dfc81a845e4c6fcfea2c5
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
  • Loading branch information
dpursehouse authored and msohn committed Jun 15, 2019
1 parent 0f90639 commit 4fe4b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ java_package_configuration(
"-Xep:ProtoFieldPreconditionsCheckNotNull:ERROR",
"-Xep:ProtocolBufferOrdinal:ERROR",
"-Xep:RequiredModifiers:ERROR",
"-Xep:ShortCircuitBoolean:WARN",
"-Xep:ShortCircuitBoolean:ERROR",
"-Xep:SimpleDateFormatConstant:ERROR",
"-Xep:StaticGuardedByInstance:ERROR",
"-Xep:SynchronizeOnNonFinalField:ERROR",
Expand Down

0 comments on commit 4fe4b0a

Please sign in to comment.