File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 200200 </execution >
201201 </executions >
202202 </plugin >
203-
203+ <plugin >
204+ <groupId >com.github.spotbugs</groupId >
205+ <artifactId >spotbugs-maven-plugin</artifactId >
206+ <version >4.8.6.6</version >
207+ <configuration >
208+ <onlyAnalyze >dev.openfeature.contrib.-</onlyAnalyze >
209+ </configuration >
210+ </plugin >
204211 <plugin >
205212 <artifactId >maven-resources-plugin</artifactId >
206213 <version >3.3.1</version >
Original file line number Diff line number Diff line change 33
44 <!-- Ignore generated dev.openfeature.flagd.grpc schemas -->
55 <Match >
6- <Package name =" ~dev.openfeature.flagd.grpc.*" />
6+ <Package name =" ~dev\ .openfeature\ .flagd\ .grpc.*" />
77 </Match >
88
99 <!-- Ignore generated dev.openfeature.flagd.sync schemas -->
1010 <Match >
11- <Package name =" dev.openfeature.flagd.sync.*" />
11+ <Package name =" ~ dev\ .openfeature\ .flagd\ .sync.*" />
1212 </Match >
1313
1414 <!-- Allow predictable random for backoff jitter generation -->
2424 <Bug code =" IJU" />
2525 </Not >
2626 </Match >
27- </FindBugsFilter >
27+ </FindBugsFilter >
You can’t perform that action at this time.
0 commit comments