Skip to content

Commit e253164

Browse files
committed
Adjust errorprone settings to run against src/test as well where possible
1 parent fed4ae4 commit e253164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protobuf-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
<compilerArg>
426426
-Xplugin:ErrorProne
427427
-XepDisableWarningsInGeneratedCode
428-
-XepExcludedPaths:.*/(target/generated.*|src/test)/.*
428+
-XepExcludedPaths:.*/target/generated.*?/.*
429429
-XepOpt:NullAway:AnnotatedPackages=io.github.ascopes.protobufmavenplugin
430430
<!-- See https://github.com/uber/NullAway/issues/1319 -->
431431
-XepOpt:NullAway:ExcludedFieldAnnotations=org.apache.maven.plugins.annotations.Parameter

0 commit comments

Comments
 (0)