Skip to content

Commit

Permalink
spotbugs exclude -2
Browse files Browse the repository at this point in the history
  • Loading branch information
inv-jishnu committed Dec 18, 2024
1 parent b86487d commit 818a2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</Match>
<!-- Ignore mutable object exposure warnings(caused by Lombok) for all classes in dataloader.core -->
<Match>
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/>
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2,CT_CONSTRUCTOR_THROW"/>
<Package name="~com.scalar.db.dataloader.core.*"/>
</Match>
</FindBugsFilter>

0 comments on commit 818a2b4

Please sign in to comment.