Skip to content

Commit

Permalink
Enable OptionalNotPresent error-prone check
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jan 20, 2023
1 parent 1290430 commit a1c910f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2211,6 +2211,7 @@
-Xep:MutablePublicArray:ERROR \
-Xep:NullOptional:ERROR \
-Xep:ObjectToString:ERROR \
-Xep:OptionalNotPresent:ERROR \
-Xep:Overrides:ERROR \
-Xep:PreferredInterfaceType:OFF <!-- flags List fields even if initialized with ImmutableList --> \
-Xep:PrimitiveArrayPassedToVarargsMethod:ERROR \
Expand Down

0 comments on commit a1c910f

Please sign in to comment.