You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump third_party/pigweed/repo from 9e4bfb9 to e765c4d (project-chip#29314)
* Bump third_party/pigweed/repo from `9e4bfb9` to `e765c4d`
Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `9e4bfb9` to `e765c4d`.
- [Commits](google/pigweed@9e4bfb9...e765c4d)
---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Make gdbus compilation not fail on unreachable code
* Restyle
* Skip clang-tidy on java codegen files since it is very slow (lots of templates) and it is generated code without actual changes in general
* Skip the new missing default case bugprone as too many hits currently
* Remove one more bugprone check - very hard to meet with templates and char** to void* conversions
* Exclude one more bugprone: it is complaining about valid code in TestReportingEngine and I could find no way to actually fix it
* Fix regex for exclusion for clang-tidy
* Fix some clang-tidy complains
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
0 commit comments