Revert "[Easy][BE]: Enable clang-tidy check for duplicate includes (#116193)"

This reverts commit 71cb13869b4eced76589f47e26bd64cdc2d54aa2.

Reverted https://github.com/pytorch/pytorch/pull/116193 on behalf of https://github.com/jeanschmidt due to Breaking internal test (bolt_nn_espresso_operator_test_eureka-scheduler) and job (build-rdk-diff-windows-debug-cuda11) @malfet and @albanD, please help the author get this PR merged by providing more information ([comment](https://github.com/pytorch/pytorch/pull/116193#issuecomment-1866391726))
This commit is contained in:
PyTorch MergeBot
2023-12-21 14:43:07 +00:00
parent 348cb2f8f9
commit f71d302c63
6 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,6 @@ modernize-*,
performance-*,
readability-container-size-empty,
readability-delete-null-pointer,
readability-duplicate-include
readability-string-compare,
'
HeaderFilterRegex: '^(aten/|c10/|torch/).*$'