Skip to content

Commit

Permalink
exclude NP
Browse files Browse the repository at this point in the history
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy committed Oct 4, 2024
1 parent 0d45308 commit a849dc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@
</Match>

<Match>
<Package name="io.dapr.spring.data.observation"/>
<Class name="DaprKeyValueContext"/>
<Class name="io.dapr.spring.data.observation.DaprKeyValueContext"/>
<Method name="properties"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
</Match>

<Match>
<Package name="io.dapr.spring.messaging.observation"/>
<Class name="DaprMessagingSenderContext"/>
<Class name="io.dapr.spring.messaging.observation.DaprMessageSenderContext"/>
<Method name="properties"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
</Match>
Expand Down

0 comments on commit a849dc5

Please sign in to comment.