Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711437477
  • Loading branch information
kluever authored and copybara-github committed Jan 2, 2025
1 parent bb6ff25 commit 0f08335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jre/javatests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ERROR_PRONE_SUPPRESSIONS = [
"-Xep:DoNotCall:OFF",
"-Xep:EqualsIncompatibleType:OFF",
"-Xep:IdentityBinaryExpression:OFF",
"-Xep:MixedArrayDimensions:OFF", # See go/lsc-mixedarraydimensions
"-Xep:ReturnValueIgnored:OFF",
"-Xep:SelfComparison:OFF",
"-Xep:SelfEquality:OFF",
Expand Down
1 change: 1 addition & 0 deletions samples/box2d/src/main/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package(

_JAVACOPTS = [
"-Xep:EqualsHashCode:OFF", # See go/equals-hashcode-lsc
"-Xep:MixedArrayDimensions:OFF", # See go/lsc-mixedarraydimensions
]

j2cl_library(
Expand Down

0 comments on commit 0f08335

Please sign in to comment.