commit | 4263ed4c91eb4ca13dbd5551fba5a44d43578d94 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Sun Dec 08 11:46:12 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Dec 19 11:40:46 2024 +0000 |
tree | 48e888890166820848fe80be7d53e859c6cc67cc | |
parent | c20d1216540b3c7668b2b62732ac78cad671c149 [diff] |
clang-tidy: Customize Configuration The .clang-tidy file has been updated to align with the recommended clang-tidy categories for C++ projects in OpenBMC. All recommended categories are enabled, and failing checks are disabled by prefixing them with a '-'. This approach allows to improve coverage by enabling failing checks and making necessary code changes to fix failures over time. Tested: Build and unit tests verified. Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com> Change-Id: Ief641712880303f6763aeed21169ecbe80119f5a
This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md
More detailed implementation details will also be placed here in the future