commit | f44a39cf1bb87e6cb078b173b99bebb655c8d5f5 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 01:46:47 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 28 01:12:27 2024 -0600 |
tree | e3b4ed2cb51e9d081704ee2b3fab8d4dc2cd6252 | |
parent | 6968f245308976979b165a3627b7d2dda2bb78c2 [diff] [blame] |
clang-tidy: Enable cert-env33-c Modified code to address issues flagged by this check. Tested: Build and unit tests completed successfully. Change-Id: Ic84d34ce664870988054284ecba4903805037210 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
diff --git a/.clang-tidy b/.clang-tidy index ae30b79..f333237 100644 --- a/.clang-tidy +++ b/.clang-tidy
@@ -89,6 +89,7 @@ cert-dcl54-cpp, cert-dcl58-cpp, cert-dcl59-cpp, +cert-env33-c, cert-err09-cpp, cert-err34-c, cert-err52-cpp,