commit | a92e727b18ef21087868a0471c21eb5dda802e51 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Mon Feb 03 11:16:14 2025 +0100 |
committer | Jagpal S Gill <paligill@gmail.com> | Tue Jun 17 17:28:35 2025 +0000 |
tree | ff8cb6cbe65a82d8cbe4e610e81e223d4710333e | |
parent | 692d67ef589c152c58a652537f6a2f1c90d23114 [diff] |
clang-tidy: remove NOLINT for PackageParser The code for PackageParser was taken from 'pldm' repo, and had to have a few NOLINT applied for clang-tidy to pass. Removing those NOLINTs upon request, with minimal code changes. Change-Id: Iec1937738c7667b0bfbf75b1cb9aa14e93daadb1 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.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
.