JianyuWang0623 commented on PR #18257: URL: https://github.com/apache/nuttx/pull/18257#issuecomment-3821474961
My explanation may not have been clear enough. Code generated by tools (e.g., protoc-c) — such as `out/qemu_foo/apps/system/bar/proto_gen/readbuffers.pb-c.c (and its header file)` — **is not** checked by nxstyle/checkpatch.sh due to **out-of-tree** compilation. The reason for adding this feature is that some components may reference structs in the generated code that do not comply with NuttX naming conventions, and for which specifying a custom naming style is not supported (e.g., struct Perfetto__ReadBuffersResponse). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
