commit | 7b7fb3020d7eab12043d7efd7d3712323c2fc800 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Wed Jun 26 01:37:41 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Wed Jul 10 04:43:37 2024 +0000 |
tree | a55a9bc584be880687e0b6a6f88ee5b40f580a84 | |
parent | 9e307b78659f2c6597f8c66e5d633d7220287d7d [diff] |
clang-tidy: Enable readability-isolate-declaration check This check detects local variable declarations declaring more than one variable and tries to refactor the code to one statement per declaration. Change-Id: Ie51ae4cbabb0d71e26e8cacd329a0886604395a9 Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@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
.