From 5f977132b3486a3ba6b5e02739316ae0b32f45d8 Mon Sep 17 00:00:00 2001 From: Simon Krueger Date: Fri, 13 Dec 2024 17:25:36 -0800 Subject: [PATCH] Remove facebook-hte-PortabilityInclude-{gtest,gmock} clang-tidy lints Summary: Remove facebook-hte-PortabilityInclude-{gtest,gmock} clang-tidy lints because they are no longer needed now that windows UCRT declares its own posix functions. Reviewed By: Jason-M-Fugate Differential Revision: D67056931 fbshipit-source-id: d57afba50577191c72b0cd07dc96a538e1ecc8c1 --- wangle/.clang-tidy | 2 -- 1 file changed, 2 deletions(-) diff --git a/wangle/.clang-tidy b/wangle/.clang-tidy index a3ced9c30..bb497d4a1 100644 --- a/wangle/.clang-tidy +++ b/wangle/.clang-tidy @@ -13,8 +13,6 @@ facebook-hte-PortabilityInclude-arpa/inet.h, facebook-hte-PortabilityInclude-direct.h, facebook-hte-PortabilityInclude-dirent.h, facebook-hte-PortabilityInclude-gflags/gflags.h, -facebook-hte-PortabilityInclude-gmock/gmock.h, -facebook-hte-PortabilityInclude-gtest/gtest.h, facebook-hte-PortabilityInclude-io.h, facebook-hte-PortabilityInclude-libgen.h, facebook-hte-PortabilityInclude-netdb.h,