Skip to content

Commit

Permalink
Move GuardedBy to an appropriate sorted position
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobolew authored and kokosing committed Jan 14, 2022
1 parent 8ca456a commit d2c2e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1813,13 +1813,13 @@
<arg>-XDcompilePolicy=simple</arg>
<arg>
-Xplugin:ErrorProne \
-Xep:GuardedBy:OFF <!-- needs some careful inspection --> \
-Xep:BadInstanceof:ERROR \
-Xep:BoxedPrimitiveConstructor:ERROR \
-Xep:ClassCanBeStatic:ERROR \
-Xep:CompareToZero:ERROR \
-Xep:EqualsIncompatibleType:ERROR \
-Xep:FallThrough:ERROR \
-Xep:GuardedBy:OFF <!-- needs some careful inspection --> \
-Xep:ImmutableSetForContains:ERROR \
-Xep:InconsistentHashCode:ERROR \
-Xep:InjectOnConstructorOfAbstractClass:ERROR \
Expand Down

0 comments on commit d2c2e39

Please sign in to comment.