File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 200
200
</execution >
201
201
</executions >
202
202
</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 >
204
211
<plugin >
205
212
<artifactId >maven-resources-plugin</artifactId >
206
213
<version >3.3.1</version >
Original file line number Diff line number Diff line change 3
3
4
4
<!-- Ignore generated dev.openfeature.flagd.grpc schemas -->
5
5
<Match >
6
- <Package name =" ~dev.openfeature.flagd.grpc.*" />
6
+ <Package name =" ~dev\ .openfeature\ .flagd\ .grpc.*" />
7
7
</Match >
8
8
9
9
<!-- Ignore generated dev.openfeature.flagd.sync schemas -->
10
10
<Match >
11
- <Package name =" dev.openfeature.flagd.sync.*" />
11
+ <Package name =" ~ dev\ .openfeature\ .flagd\ .sync.*" />
12
12
</Match >
13
13
14
14
<!-- Allow predictable random for backoff jitter generation -->
24
24
<Bug code =" IJU" />
25
25
</Not >
26
26
</Match >
27
- </FindBugsFilter >
27
+ </FindBugsFilter >
You can’t perform that action at this time.
0 commit comments