Skip to content

Commit

Permalink
Exclude source-overrides from checkStyle javadocPackage (#28419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Sep 12, 2023
1 parent 846a1ab commit e4b112b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<suppress checks="JavadocPackage" files=".*[\\\/]src[\\\/]test[\\\/].*"/>
<suppress checks="JavadocPackage" files=".*[\\\/]maven-archetypes[\\\/].*"/>
<suppress checks="JavadocPackage" files=".*[\\\/]examples[\\\/].*"/>
<suppress checks="JavadocPackage" files=".*[\\\/]build[\\\/]source-overrides[\\\/].*"/>

<suppress checks="JavadocMethod" files=".*Test\.java"/>
<suppress checks="JavadocMethod" files=".*[\\\/]src[\\\/]test[\\\/].*"/>
Expand Down

0 comments on commit e4b112b

Please sign in to comment.