commit | 0797c642bcb1c97ff7c4292d0b7e11655e85a37f | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 07:23:38 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Jun 16 11:41:44 2025 -0500 |
tree | c5ed0e301eab34a509fa4fae6741bcf91f571aab | |
parent | 70cb0673595f3afe4e021238a347bf48b14a6bfd [diff] |
clang-tidy: Initial Commit Added initial .clang-tidy configuration file with recommended C++ checks aligned with the OpenBMC-approved checklist. This setup enforces modern C++ best practices and helps catch common issues early in development. Tested: Verified build. Change-Id: I216ab8d142e0d6fa069244c2c3f885dff7c028e3 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>