Skip to content

Commit

Permalink
pom: Fix errorprone config
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 10, 2024
1 parent 47e13b0 commit cd82a02
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 @@ -1269,6 +1269,7 @@
<configuration>
<showWarnings>true</showWarnings>
<compilerArgs>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>-Xplugin:ErrorProne -Xep:UnnecessaryParentheses:OFF -Xep:ObjectToString:OFF -Xep:StringSplitter:OFF -Xep:MissingOverride:OFF -Xep:EqualsGetClass:OFF -Xep:ReferenceEquality:OFF -Xep:MixedMutabilityReturnType:OFF -Xep:InlineMeSuggester:OFF ${errorprone.args}</arg>
</compilerArgs>
Expand Down

0 comments on commit cd82a02

Please sign in to comment.