Skip to content

Commit

Permalink
Remove facebook-hte-PortabilityInclude-{gtest,gmock} clang-tidy lints
Browse files Browse the repository at this point in the history
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
  • Loading branch information
skrueger authored and facebook-github-bot committed Dec 14, 2024
1 parent d789fd9 commit 7025775
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions third-party/proxygen/src/proxygen/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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,
Expand Down
2 changes: 0 additions & 2 deletions third-party/wangle/src/wangle/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions third-party/watchman/src/watchman/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
'
...

0 comments on commit 7025775

Please sign in to comment.