Integrated: 8334657: Enable binary check
Kevin Rushforth
kcr at openjdk.org
Tue Jun 25 12:04:22 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
This pull request has now been integrated.
Changeset: 101e5175
Author: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/101e5175ff429828de25204bc3e5f216d383060b
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8334657: Enable binary check
8334656: Enable issuestitle check
Reviewed-by: arapte, prr
-------------
PR: https://git.openjdk.org/jfx/pull/1483
More information about the openjfx-dev
mailing list