Skip to content

Commit

Permalink
Suppress JavadocPackage check for servicetalk-loadbalancer-experiment…
Browse files Browse the repository at this point in the history
…al (#2933)
  • Loading branch information
idelpivnitskiy authored May 14, 2024
1 parent 6163b47 commit 1a466fd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
<!-- No need for package-info.java file because we reuse the package where this file already exists -->
<suppress checks="JavadocPackage" files=".*[\\/]src[\\/]main[\\/]java[\\/]io[\\/]servicetalk[\\/]loadbalancer.*"/>
<suppress id="MissedElementsAreNonnullByDefault"
files="io[\\/]servicetalk[\\/]loadbalancer[\\/]package-info.java"/>
<suppress checks="LineLength"
Expand Down

0 comments on commit 1a466fd

Please sign in to comment.