mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[lint] fix up clangtidy lintrunner integration (#68192)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/68192 - Run on exactly the same stuff as the existing linter checks. - Exclude deploy interpreter headers from being reported. Test Plan: Imported from OSS Reviewed By: janeyx99 Differential Revision: D32364023 Pulled By: suo fbshipit-source-id: c27eca4a802534875d609d004fa9f6fca59ae6a5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6afb414c21
commit
9571eb599c
@ -37,7 +37,7 @@ performance-*,
|
||||
-performance-noexcept-move-constructor,
|
||||
-performance-unnecessary-value-param,
|
||||
'
|
||||
HeaderFilterRegex: 'torch/csrc/.*'
|
||||
HeaderFilterRegex: 'torch/csrc/(?!deploy/interpreter/cpython).*'
|
||||
AnalyzeTemporaryDtors: false
|
||||
WarningsAsErrors: '*'
|
||||
CheckOptions:
|
||||
|
Reference in New Issue
Block a user