Skip to content

Commit

Permalink
Revert "[BE][Easy]: Enable clang-tidy check readability-misplaced-arr…
Browse files Browse the repository at this point in the history
…ay-index (pytorch#116210)"

This reverts commit 5d5ef01.

Reverted pytorch#116210 on behalf of https://github.com/jeanschmidt due to unfortunately, It is required to revert this PR in order to properly revert pytorch#116193 ([comment](pytorch#116210 (comment)))
  • Loading branch information
pytorchmergebot committed Dec 21, 2023
1 parent ec6c4fe commit 348cb2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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/).*$'
Expand Down

0 comments on commit 348cb2f

Please sign in to comment.