From f2a1eeb37fa29656a140a22d7364a6797b1c22d1 Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Wed, 14 Sep 2022 11:09:21 -0800 Subject: [PATCH] add .clang-tidy --- .clang-tidy | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-tidy diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..549eb9d --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,4 @@ +{ + "InheritParentConfig": "true", + "Checks": "-cert-err33-c,-cert-err34-c", +}