Revert "[BE][Easy]: Enable clang-tidy check readability-misplaced-array-index (#116210)"

This reverts commit 5d5ef016a622c8259b328e8b6f8fa7ffcf3c80dc.

Reverted https://github.com/pytorch/pytorch/pull/116210 on behalf of https://github.com/jeanschmidt due to unfortunately, It is required to revert this PR in order to properly revert https://github.com/pytorch/pytorch/pull/116193 ([comment](https://github.com/pytorch/pytorch/pull/116210#issuecomment-1866380974))
This commit is contained in:
PyTorch MergeBot
2023-12-21 14:37:41 +00:00
parent ec6c4fed3f
commit 348cb2f8f9

View File

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