From a6f2f4dcb955b1d2602236b3a90b0e09a83fb6f0 Mon Sep 17 00:00:00 2001 From: Peter Woodman Date: Sat, 18 Jan 2025 12:24:43 -0500 Subject: [PATCH] clang-tidy: ignore third-party code nlohmann/json.h --- src/rpc/nlohmann/.clang-tidy | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/rpc/nlohmann/.clang-tidy diff --git a/src/rpc/nlohmann/.clang-tidy b/src/rpc/nlohmann/.clang-tidy new file mode 100644 index 000000000..364a60fc6 --- /dev/null +++ b/src/rpc/nlohmann/.clang-tidy @@ -0,0 +1,2 @@ +# third-party library, disable all checks in this folder. +Checks: '-*'