commit | ad3fd76b5bb8f01aa7a6801748f0641169d18117 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Fri May 16 20:07:44 2025 -0700 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon May 19 19:41:07 2025 +0000 |
tree | 758fdb1451d7e823d83fc6649b6a51f74a661d60 | |
parent | 30fd7e4cedcf0d6dfabe753ad698f6b4d135e38b [diff] |
Disable static tidy check readability-static-accessed-through-instance This check doesn't play nice with coroutines, and suggests that sdbusplus::async::task always use some internal variation. This is obviously wrong, and hopefully is fixed in a newer clang. Disable it for now. This check was dubious in its mtaintainability requirement, but did make code more consistent. In the future if we find this check useful, we can turn it on. Change-Id: Icaa55054e2c51d4ba4ea8f83c2486262deb877c8 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.