Skip to content

Commit

Permalink
Disable ReturnMissingNullable rule which does not handle `CheckForN…
Browse files Browse the repository at this point in the history
…ull` annotation.
  • Loading branch information
uhafner committed Aug 25, 2020
1 parent 13dee9a commit 55ae1c4
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 @@ -259,6 +259,7 @@
<arg>-Xep:NullAway:WARN</arg>
<arg>-XepOpt:NullAway:AnnotatedPackages=edu.hm.hafner</arg>
<!-- Disabled Rules -->
<arg>-Xep:ReturnMissingNullable:OFF</arg>
<arg>-Xep:PreferJavaTimeOverload:OFF</arg>
<arg>-Xep:EqualsGetClass:OFF</arg>
<arg>-Xep:AndroidJdkLibsChecker:OFF</arg>
Expand Down

0 comments on commit 55ae1c4

Please sign in to comment.