java-sdk/spring-boot-examples/spotbugs-exclude.xml

7 lines
161 B
XML

<FindBugsFilter>
<!--Ignoring checking for examples-->
<Match>
<Package name="~io\.dapr\.springboot.examples.*"/>
</Match>
</FindBugsFilter>