Hi gcc-patches mailing list, Christophe Lyon via Sourceware Forge <[email protected]> has requested that the following forgejo pull request be published on the mailing list.
Created on: 2026-06-02 08:43:51+00:00 Latest update: 2026-06-02 08:58:28+00:00 Changes: 1 changed files, 18 additions, 15 deletions Head revision: clyon/gcc-TEST ref forgejo-split-format-checks commit bd7a534847b5eb2933ff356c99bd6ecbd80a2279 Base revision: gcc/gcc-TEST ref trunk commit cfb945957ee9acd561f71e592221e227c140cfe4 r17-1071-gcfb945957ee9ac Merge base: cfb945957ee9acd561f71e592221e227c140cfe4 Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/169.diff Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/169 Requested Reviewers: rdfm Since contrib/check_GNU_style.py has lots of false positives, it is causing the forgejo CI format-checks workflow to fail too frequently. To make it clearer, split the current checks (check_GNU_style.py and git_check_commit.py) so that we clearly see which one passes and which one passes in the forge UI. ChangeLog: * .forgejo/workflows/format-checks.yaml: Split format checks into GNU-style-check and ChangeLog-format-check. Changed files: - M: .forgejo/workflows/format-checks.yaml Christophe Lyon (1): top-level: Split forgejo format checks .forgejo/workflows/format-checks.yaml | 33 +++++++++++++++------------ 1 file changed, 18 insertions(+), 15 deletions(-) -- 2.54.0
