RFR: 8334657: Enable binary check
Kevin Rushforth
kcr at openjdk.org
Fri Jun 21 13:21:14 UTC 2024
On Fri, 21 Jun 2024 12:50:45 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> This PR enables two warnings that are now (or soon will be) enabled in the [jdk](https://github.com/openjdk/jdk) repo:
>
> 1. Binary file check -- this will alert the reviewers of a PR that the patch being reviewed includes one or more binary files.
> 2. Issue title check -- this will check for two common (minor) formatting issues with the JBS title and matching PR title, a trailing period or a leading lower-case word.
>
> Both are informational warnings that will not block integration.
>
> To see how the warnings look, refer to the following Draft PRs:
>
> 1. PR with binary file: #1478
> 2. PR for bug with trailing period: #1479
Reviewer: @arapte
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1483#issuecomment-2182740147
More information about the openjfx-dev
mailing list