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/test/.clang-tidy b/test/.clang-tidy new file mode 100644 index 0000000..40371e6 --- /dev/null +++ b/test/.clang-tidy
@@ -0,0 +1 @@ +Checks: '-cert-env33-c'