Skip to content

Commit

Permalink
Updated spotbugs-exclude.xml to take into concern the check failures …
Browse files Browse the repository at this point in the history
…produced by the new spotbugs version
  • Loading branch information
mklaehn committed Jan 23, 2025
1 parent 60aff2e commit 6ddc336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<Match>
<Or>
<Class name="org.tweetwallfx.cache.CacheManagerProvider" />
<Class name="org.tweetwallfx.config.Configuration" />
<Class name="org.tweetwallfx.google.vision.GoogleVisionCache" />
</Or>
<Bug code="SECPTI" />
Expand Down

0 comments on commit 6ddc336

Please sign in to comment.