commit | 91b4c0ed0675b207e6cdee7893099aa9c0d1b1e6 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Sat Jun 22 01:12:38 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Fri Jun 28 19:56:32 2024 +0000 |
tree | 80140d782eaec1a0c8bfb4d75152dfaacef91df2 | |
parent | 5b2e89a1ec70f645248bb6a20ddcf7748fe31ddc [diff] |
clang-tidy: Add cert checks clang-tidy provides a wide range of checks, including those that cover CERT guidelines, through various modules and checks specifically designed to catch potential security vulnerabilities and non-compliance with secure coding standards. Change-Id: I87ffd146947e85ee8a92233cff9b8f8b7d1ce12b 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
.