Skip to content

Commit 680f76b

Browse files
committed
reword the -Xdoclint comment in build.gradle.kts
The doclint groups add checks Error Prone lacks. The old comment said no group repeats an Error Prone check, but the syntax group overlaps with MalformedInlineTag.
1 parent 079a384 commit 680f76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ subprojects {
7373
options.compilerArgs.add("-Xlint:deprecation,removal,unchecked,cast,rawtypes,divzero,this-escape,identity,text-blocks,dangling-doc-comments,restricted")
7474
// The build itself: command-line options, path entries, output file collisions
7575
options.compilerArgs.add("-Xlint:options,path,output-file-clash")
76-
// Javadoc comments: no group repeats an Error Prone check, and `missing` floods on generated code
76+
// Javadoc comments: the groups add checks Error Prone lacks, and `missing` floods on generated code
7777
options.compilerArgs.add("-Xdoclint:all,-missing")
7878

7979
options.errorprone {

0 commit comments

Comments
 (0)