Skip interactive_embedded_interpreter.cpp for clang-tidy (#66569)

Summary:
Fixes #{issue number}

Pull Request resolved: https://github.com/pytorch/pytorch/pull/66569

Reviewed By: suo

Differential Revision: D31622885

Pulled By: malfet

fbshipit-source-id: 61bad5ff3011f992cdd149724c935c098996d6a2
This commit is contained in:
Nikita Shulga 2021-10-13 13:25:33 -07:00 committed by Facebook GitHub Bot
parent 09b90612c4
commit b792a77895

View File

@ -70,6 +70,7 @@ DEFAULTS = {
"-torch/csrc/autograd/FunctionsManual.cpp",
"-torch/csrc/generic/*.cpp",
"-torch/csrc/jit/codegen/cuda/runtime/*",
"-torch/csrc/deploy/interactive_embedded_interpreter.cpp",
"-torch/csrc/deploy/interpreter/interpreter.cpp",
"-torch/csrc/deploy/interpreter/interpreter.h",
"-torch/csrc/deploy/interpreter/interpreter_impl.h",