Skip to content

Commit

Permalink
Disable selected new checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jan 5, 2022
1 parent c885835 commit 6e916e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,10 +1070,15 @@
--> -Xep:AndroidJdkLibsChecker:OFF <!--
We don't target JDK 7.
--> -Xep:Java7ApiChecker:OFF <!--
We don't target JDK 8.
--> -Xep:Java8ApiChecker:OFF <!--
Deals with an Android-specific limitation
not applicable to us. See also
https://github.com/google/error-prone/issues/488.
--> -Xep:StaticOrDefaultInterfaceMethod:OFF <!--
XXX: This check flags false positives.
See https://github.com/google/error-prone/issues/2679.
--> -Xep:VoidMissingNullable:OFF <!--
--> -XepOpt:NullAway:AnnotatedPackages=tech.picnic <!--
--> -XepOpt:NullAway:AssertsEnabled=true <!--
Append additional custom arguments.
Expand Down

0 comments on commit 6e916e4

Please sign in to comment.