mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[Reland] increase clang-tidy coverage in torch/csrc (#108875)
Reland PR #103058 since there was a time gap between this PR and other PRs in terms of torch/csrc modifications Pull Request resolved: https://github.com/pytorch/pytorch/pull/108875 Approved by: https://github.com/Skylion007
This commit is contained in:
@ -44,7 +44,7 @@ modernize-*,
|
||||
performance-*,
|
||||
readability-container-size-empty,
|
||||
'
|
||||
HeaderFilterRegex: '^(c10/(?!test)|torch/csrc/(?!deploy/interpreter/cpython)).*$'
|
||||
HeaderFilterRegex: '^(c10/(?!test)|torch/csrc/).*$'
|
||||
AnalyzeTemporaryDtors: false
|
||||
WarningsAsErrors: '*'
|
||||
...
|
||||
|
Reference in New Issue
Block a user