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 #2244

Merged
merged 2 commits into from
Feb 24, 2021
Merged

Bump clang-tidy-review #2244

merged 2 commits into from
Feb 24, 2021

Conversation

ZedThree
Copy link
Member

Fixes failures when the PR only removes lines, or if a comment comes from a file not in the PR (e.g. a header)

Also don't check for a couple of clang-tidy warnings that basically only come from PETSc (array-decay-to-pointer, this is essentially only from macros that make const char[] constants that we pass to const char* -- this is fine; and calling C-style variadic argument functions, these are now all third-party library functions, so out of our control)

@ZedThree
Copy link
Member Author

Cancelled CI as this is CI infrastructure changes, so won't affect tests!

@ZedThree ZedThree merged commit b90fb57 into next Feb 24, 2021
@ZedThree ZedThree deleted the bump-clang-tidy-review branch February 24, 2021 10:54
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