RFR: 8334657: Enable binary check
Ambarish Rapte
arapte at openjdk.org
Mon Jun 24 16:21:18 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
Marked as reviewed by arapte (Reviewer).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1483#pullrequestreview-2136252926
More information about the openjfx-dev
mailing list