Skip to content

Commit

Permalink
Excluding YodaCondition from Error-Prone Violations (NationalSecurity…
Browse files Browse the repository at this point in the history
  • Loading branch information
sambish5 authored Feb 14, 2024
1 parent aec132a commit fb0e6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,8 @@
-Xep:Java8ApiChecker:OFF \
-Xep:UnnecessaryFinal:OFF \
-Xep:Var:OFF \
-Xep:Varifier:OFF</arg>
-Xep:Varifier:OFF \
-Xep:YodaCondition:OFF</arg>
</compilerArgs>
<annotationProcessorPaths>
<path>
Expand Down

0 comments on commit fb0e6fc

Please sign in to comment.