Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unify SLASHSTAR_STYLE for licenses in Java files #3741

Merged
merged 3 commits into from
Jan 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
unify SLASHSTAR_STYLE for licenses in Java files
  • Loading branch information
ZhangJian He committed Jan 17, 2023
commit 7051c6a4e17533f6acc9ad552090a78f535b383a
2 changes: 2 additions & 0 deletions buildtools/src/main/resources/bookkeeper/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<suppress checks="JavadocPackage" files=".*[\\/]maven-archetypes[\\/].*"/>
<suppress checks="JavadocPackage" files=".*[\\/]examples[\\/].*"/>

<suppress checks="JavadocStyle" files=".*[\\/]package-info.java"/>

<!-- suppress all checks in the generated directories -->
<suppress checks=".*" files=".+[\\/]generated[\\/].+\.java" />
<suppress checks=".*" files=".+[\\/]generated-sources[\\/].+\.java" />
Expand Down