commit | f0754817261a1486306dc6d1970a54939b6a656b | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Mon Aug 18 15:48:43 2025 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Sep 02 17:42:52 2025 +0000 |
tree | 4ea6ba5360628039bcb541c73789e9d381ce71f4 | |
parent | ea47dd49799e74f082a0a1386efac9bdfd6aaba4 [diff] |
Enable clang-tidy Copy in the .clang-tidy from docs/style/cpp. Change-Id: I944709835562b6599ebfaa5e3e851aa3e48d6630 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..8b0c596 --- /dev/null +++ b/.clang-tidy
@@ -0,0 +1,8 @@ +Checks: '-*, + bugprone-unchecked-optional-access, + modernize-use-nullptr + ' + +HeaderFilterRegex: (?!^subprojects).* + +WarningsAsErrors: '*'