Skip to content

Commit

Permalink
added spotbugs-exclude.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir.Shapkin authored and Vladimir.Shapkin committed May 5, 2024
1 parent bdcad1e commit 097aba1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helidon-mp/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<FindBugsFilter>
<Class name="~my.test.rest.incomings.controllers.api.dto\.[^.]+"/>
<Class name="~my.test.rest.incomings.controllers.api\.[^.]+"/>
</FindBugsFilter>

0 comments on commit 097aba1

Please sign in to comment.