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

Bump clang-tidy-review version #2726

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Bump clang-tidy-review version #2726

merged 2 commits into from
Jun 19, 2023

Conversation

ZedThree
Copy link
Member

The fixes now get uploaded as a build artefact, which can then be downloaded and applied locally

Copy link
Contributor

@dschwoerer dschwoerer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds very useful 👍
Is there a way to check it out before merging?

@ZedThree
Copy link
Member Author

Err, good question! Turns out we explicitly turned it off on RC branches:

on:
  pull_request:
    paths:
      - '**.cxx'
      - '**.hxx'
    branches-ignore:
      # Release candidate branches tend to have big PRs which causes all sorts of problems
      - 'v*rc'

Could put it into master/next instead I suppose, along with some C++ changes -- might be better to just wait and see on some other PR? Not ideal

@ZedThree
Copy link
Member Author

Failing tests are the static build which was fixed in another PR

@ZedThree ZedThree merged commit 68d95c3 into v5.1.0-rc Jun 19, 2023
20 of 21 checks passed
@ZedThree ZedThree deleted the bump-clang-tidy-review branch June 19, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants