From 7e35330658ecbabeceab2cfaf349113b58a84e26 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 22:19:03 -0400 Subject: Set up clang-tidy, fix some issues --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clang-tidy (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..c3d8e19 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,2 @@ +Checks: '-clang-analyzer-security.insecureAPI.*' +WarningsAsErrors: '*' -- cgit v1.2.3