We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed4ae4 commit e253164Copy full SHA for e253164
1 file changed
protobuf-maven-plugin/pom.xml
@@ -425,7 +425,7 @@
425
<compilerArg>
426
-Xplugin:ErrorProne
427
-XepDisableWarningsInGeneratedCode
428
- -XepExcludedPaths:.*/(target/generated.*|src/test)/.*
+ -XepExcludedPaths:.*/target/generated.*?/.*
429
-XepOpt:NullAway:AnnotatedPackages=io.github.ascopes.protobufmavenplugin
430
<!-- See https://github.com/uber/NullAway/issues/1319 -->
431
-XepOpt:NullAway:ExcludedFieldAnnotations=org.apache.maven.plugins.annotations.Parameter
0 commit comments