From de8958ac79df368dcbe74f2d5a2514b3d92dfbd0 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 --- watchman/.clang-tidy | 2 -- 1 file changed, 2 deletions(-) diff --git a/watchman/.clang-tidy b/watchman/.clang-tidy index a761f4c64ae9..130299acf0d8 100644 --- a/watchman/.clang-tidy +++ b/watchman/.clang-tidy @@ -7,8 +7,6 @@ InheritParentConfig: true Checks: ' facebook-hte-PortabilityInclude-gflags/gflags.h, -facebook-hte-PortabilityInclude-gmock/gmock.h, -facebook-hte-PortabilityInclude-gtest/gtest.h, -facebook-hte-RelativeInclude, ' ...