commit | 27374f6ab65a93357435b5977414a76292d8c32b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 07:17:09 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 09:14:34 2024 -0600 |
tree | 306d48705e3fedeed2a16ec5fa9d1f49781a3383 | |
parent | bb99098ab48be4e3b386bab762f1a4778efa921a [diff] |
clang-tidy: Initial commit The clang-tidy configuration file has been initialized with all recommended C++ category checks. These category checks are currently disabled, except for one, which has been enabled for initial validation. This strategy allows developers to progressively enable the necessary checks over time. Tested: verified build. Change-Id: Iabf06355150cea3fcb859c56d9805874ba367edc Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>