commit | 24927aa5cd687a0c23e020af44eca898038944f7 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 07:21:40 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 07:21:40 2024 -0600 |
tree | 6e6d44dae7caa4b1707219622275350da0ecabb0 | |
parent | 45d31233ff298d45dca6694e729351ceefed2618 [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: I500de7f599d399266f68b999d9d8708b28da28fc Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>