commit | 057f429785500eeedf0202434cd0299479d1485e | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 07:24:46 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Fri Dec 20 02:54:57 2024 +0000 |
tree | 5bc64fe1d54503c6aee01ec973b45fe4f4eabf16 | |
parent | 716c741d1f23da0dbd22e2aaf46197ffc9444071 [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: Ibcdecfdccb48569f73c2fc3ae6490921fe36e120 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>