-
-
Notifications
You must be signed in to change notification settings - Fork 391
CI(deps): Update pre-commit hook pre-commit/mirrors-clang-format to v20.1.0 (main) #6817
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
CI(deps): Update pre-commit hook pre-commit/mirrors-clang-format to v20.1.0 (main) #6817
Conversation
9c8de75 to
b931ccf
Compare
…BreakTemplateDeclarations
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
clang-format
[clang-format] reported by reviewdog 🐶
grass/raster/r.slope.aspect/main.c
Lines 576 to 577 in 39df44d
| firstprivate(north, east, south, west, ns_med, H, V) \ | |
| private(row, col, size, slp_ptr, asp_ptr, pcurv_ptr, tcurv_ptr, dx_ptr, \ |
[clang-format] reported by reviewdog 🐶
Line 1015 in 39df44d
| delete(pres_cell); |
[clang-format] reported by reviewdog 🐶
Line 1022 in 39df44d
| delete(pres_cell); |
[clang-format] reported by reviewdog 🐶
Line 1028 in 39df44d
| delete(pres_cell); |
[clang-format] reported by reviewdog 🐶
Line 1033 in 39df44d
| delete(pres_cell); |
[clang-format] reported by reviewdog 🐶
Line 1598 in 39df44d
| delete(pres_cell); |
[clang-format] reported by reviewdog 🐶
grass/vector/v.overlay/area_area.c
Line 28 in 39df44d
| int operator, int *ofield, ATTRIBUTES *attr, struct ilist *BList, |
[clang-format] reported by reviewdog 🐶
grass/vector/v.overlay/line_area.c
Line 239 in 39df44d
| int operator, int *ofield, ATTRIBUTES *attr, struct ilist *BList) |
[clang-format] reported by reviewdog 🐶
grass/vector/v.overlay/line_area.c
Lines 352 to 353 in 39df44d
| if ((ACats->n_cats > 0 && operator == OP_AND) || | |
| (ACats->n_cats == 0 && operator == OP_NOT)) { |
[clang-format] reported by reviewdog 🐶
Line 173 in 39df44d
| operator = OP_AND; |
[clang-format] reported by reviewdog 🐶
Line 176 in 39df44d
| operator = OP_OR; |
[clang-format] reported by reviewdog 🐶
Line 179 in 39df44d
| operator = OP_NOT; |
[clang-format] reported by reviewdog 🐶
Line 182 in 39df44d
| operator = OP_XOR; |
[clang-format] reported by reviewdog 🐶
Line 218 in 39df44d
| if (type[0] == GV_LINE && (operator == OP_OR || operator == OP_XOR)) |
[clang-format] reported by reviewdog 🐶
Line 44 in 39df44d
| parm->operator = G_define_option(); |
[clang-format] reported by reviewdog 🐶
Line 14 in 39df44d
| int operator, const char *relate) |
[clang-format] reported by reviewdog 🐶
Line 20 in 39df44d
| int operator, const char *relate) |
[clang-format] reported by reviewdog 🐶
Line 26 in 39df44d
| int operator, const char *relate, int area) |
[clang-format] reported by reviewdog 🐶
Line 62 in 39df44d
| operator = OP_EQUALS; |
[clang-format] reported by reviewdog 🐶
Line 66 in 39df44d
| operator = OP_INTERSECTS; |
[clang-format] reported by reviewdog 🐶
Line 71 in 39df44d
| operator = OP_INTERSECTS; |
[clang-format] reported by reviewdog 🐶
Line 74 in 39df44d
| operator = OP_TOUCHES; |
[clang-format] reported by reviewdog 🐶
Line 77 in 39df44d
| operator = OP_CROSSES; |
[clang-format] reported by reviewdog 🐶
Line 80 in 39df44d
| operator = OP_WITHIN; |
[clang-format] reported by reviewdog 🐶
Line 83 in 39df44d
| operator = OP_CONTAINS; |
[clang-format] reported by reviewdog 🐶
Line 87 in 39df44d
| operator = OP_OVERLAPS; |
[clang-format] reported by reviewdog 🐶
Line 90 in 39df44d
| operator = OP_OVERLAP; |
[clang-format] reported by reviewdog 🐶
Line 93 in 39df44d
| operator = OP_RELATE; |
[clang-format] reported by reviewdog 🐶
Line 99 in 39df44d
| if (operator == OP_RELATE && !parm.relate->answer) { |
[clang-format] reported by reviewdog 🐶
Line 103 in 39df44d
| if (operator != OP_OVERLAP) { |
[clang-format] reported by reviewdog 🐶
Line 105 in 39df44d
| operator = OP_OVERLAP; |
[clang-format] reported by reviewdog 🐶
grass/vector/v.select/select.c
Line 11 in 39df44d
| int operator, const char *relate, int *ALines, int *AAreas, |
[clang-format] reported by reviewdog 🐶
grass/vector/v.select/select.c
Line 99 in 39df44d
| if (operator != OP_OVERLAP) { |
[clang-format] reported by reviewdog 🐶
grass/vector/v.select/select.c
Line 151 in 39df44d
| if (operator != OP_OVERLAP) { |
[clang-format] reported by reviewdog 🐶
grass/vector/v.select/select.c
Line 252 in 39df44d
| if (operator != OP_OVERLAP) { |
[clang-format] reported by reviewdog 🐶
grass/vector/v.select/select.c
Line 322 in 39df44d
| if (operator != OP_OVERLAP) { |
This PR contains the following updates:
v19.1.7→v20.1.8Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
pre-commit/mirrors-clang-format (pre-commit/mirrors-clang-format)
v20.1.8Compare Source
v20.1.7Compare Source
v20.1.6Compare Source
v20.1.5Compare Source
v20.1.4Compare Source
v20.1.3Compare Source
v20.1.0Compare Source
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.