Skip to content

Commit 6e036cb

Browse files
committed
disable new lint check
1 parent 8900717 commit 6e036cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,9 @@ class BeamModulePlugin implements Plugin<Project> {
988988
'-Xlint:-path',
989989
'-Xlint:-this-escape'
990990
]
991+
if (ver == '25') {
992+
options.compilerArgs += ['-Xlint:-dangling-doc-comments']
993+
}
991994
// Error prone requires some packages to be exported/opened for Java 17+
992995
// Disabling checks since this property is only used for tests
993996
options.errorprone.errorproneArgs.add("-XepDisableAllChecks")

0 commit comments

Comments
 (0)