Skip to content

Commit 84c5118

Browse files
committed
exclude tests and examples
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 5ad2090 commit 84c5118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
-Xep:MissingSummary:OFF
268268
-Xep:LongDoubleConversion:OFF
269269
-Xep:StringSplitter:OFF
270-
-XepExcludedPaths:(.*/generated/.*|.*/src/test/java/.*)
270+
-XepExcludedPaths:(.*/generated/.*|.*/src/test/java/.*|.*/examples/.*|.*/integration-tests/.*)
271271
-XepOpt:NullAway:AnnotatedPackages=io.prometheus.metrics
272272
</arg>
273273
</compilerArgs>

0 commit comments

Comments
 (0)