commit | 9e307b78659f2c6597f8c66e5d633d7220287d7d | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Wed Jun 26 01:27:38 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Wed Jul 10 04:43:29 2024 +0000 |
tree | 8e68a485b25aa7c9b00bf10ccfd9b272a70022b3 | |
parent | ce9a5c9a69194ed40641c562514599dab4b2fcbf [diff] |
clang-tidy: Enable readability-string-compare check This check finds string comparisons using the compare method. A common mistake is to use the string’s compare method instead of using the equality or inequality operators. Change-Id: I261afa51d6af1db5afb94a127f45df7544911af9 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
.